cursormgr: fix cursor gsettings on session change (#7295)

This commit is contained in:
Ikalco
2024-08-13 12:27:00 -05:00
committed by GitHub
parent 77cf651825
commit 39df1f4dbf
5 changed files with 11 additions and 4 deletions

View File

@@ -337,4 +337,8 @@ bool CCursorManager::changeTheme(const std::string& name, const int size) {
updateTheme();
return true;
}
}
void CCursorManager::syncGsettings() {
m_pXcursor->syncGsettings();
}