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

wallpaper: fix auto cycling initialization

This commit is contained in:
bbedward
2025-10-28 09:42:50 -04:00
parent 34f7a7ab18
commit d7efd1b285
2 changed files with 4 additions and 3 deletions

View File

@@ -145,6 +145,10 @@ Singleton {
Theme.generateSystemThemesFromCurrentTheme()
}
}
if (typeof WallpaperCyclingService !== "undefined") {
WallpaperCyclingService.updateCyclingState()
}
}
} catch (e) {

View File

@@ -16,9 +16,6 @@ Singleton {
property var monitorTimers: ({})
property var monitorLastTimeChecks: ({})
property var monitorProcesses: ({})
Component.onCompleted: {
updateCyclingState()
}
Component {
id: monitorTimerComponent