fix Background switch triggering

work/spdx
Michail Vourlakos 4 years ago
parent 89f15b420a
commit 05aeae0ee1

@ -797,7 +797,7 @@ PlasmaComponents.Page {
tooltip: i18n("Enable/disable background")
onPressed: {
plasmoid.configuration.useThemePanel = checked;
plasmoid.configuration.useThemePanel = !plasmoid.configuration.useThemePanel;
}
}

Loading…
Cancel
Save