mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
Fix non-dynamic themes not persisting
This commit is contained in:
@@ -621,7 +621,7 @@ Item {
|
||||
id: toggle
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
checked: Theme.isDynamicTheme
|
||||
checked: Theme.currentTheme === Theme.dynamic
|
||||
enabled: ToastService.wallpaperErrorStatus !== "matugen_missing"
|
||||
onToggled: toggled => {
|
||||
if (toggled)
|
||||
|
||||
Reference in New Issue
Block a user