1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

plugins: fix persistence of some settings

This commit is contained in:
bbedward
2025-11-08 08:27:57 -05:00
parent 9314de4772
commit 989f196894
3 changed files with 12 additions and 5 deletions

View File

@@ -27,6 +27,10 @@ Column {
}
}
Component.onCompleted: {
Qt.callLater(loadValue)
}
onValueChanged: {
if (!isInitialized) return
const settings = findSettings()

View File

@@ -26,7 +26,7 @@ Row {
}
Component.onCompleted: {
loadValue()
Qt.callLater(loadValue)
}
onValueChanged: {