mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
cursormgr: fix cursor gsettings on session change (#7295)
This commit is contained in:
@@ -337,4 +337,8 @@ bool CCursorManager::changeTheme(const std::string& name, const int size) {
|
||||
updateTheme();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
void CCursorManager::syncGsettings() {
|
||||
m_pXcursor->syncGsettings();
|
||||
}
|
||||
|
Reference in New Issue
Block a user