Skip to content

Commit f37dd3c

Browse files
authored
update ColorsSubTab.qml
1 parent c6ca3a6 commit f37dd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Panels/Settings/Tabs/ColorScheme/ColorsSubTab.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ColumnLayout {
126126
onToggled: checked => {
127127
Settings.data.colorSchemes.syncGsettings = checked;
128128
if (checked)
129-
ColorSchemeService.pushSystemColorScheme(true);
129+
ColorSchemeService.pushSystemColorScheme();
130130
}
131131
}
132132

0 commit comments

Comments
 (0)