update ColorsSubTab.qml

This commit is contained in:
notiant
2026-04-08 19:56:13 +02:00
committed by GitHub
parent c6ca3a663d
commit f37dd3c2ac
@@ -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();
} }
} }