mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
update ColorsSubTab.qml
This commit is contained in:
@@ -126,7 +126,7 @@ ColumnLayout {
|
|||||||
onToggled: checked => {
|
onToggled: checked => {
|
||||||
Settings.data.colorSchemes.syncGsettings = checked;
|
Settings.data.colorSchemes.syncGsettings = checked;
|
||||||
if (checked)
|
if (checked)
|
||||||
ColorSchemeService.pushSystemColorScheme(true);
|
ColorSchemeService.pushSystemColorScheme();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user