mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 16:32:50 -05:00
wallpaper: fix auto cycling initialization
This commit is contained in:
@@ -145,6 +145,10 @@ Singleton {
|
|||||||
Theme.generateSystemThemesFromCurrentTheme()
|
Theme.generateSystemThemesFromCurrentTheme()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (typeof WallpaperCyclingService !== "undefined") {
|
||||||
|
WallpaperCyclingService.updateCyclingState()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,6 @@ Singleton {
|
|||||||
property var monitorTimers: ({})
|
property var monitorTimers: ({})
|
||||||
property var monitorLastTimeChecks: ({})
|
property var monitorLastTimeChecks: ({})
|
||||||
property var monitorProcesses: ({})
|
property var monitorProcesses: ({})
|
||||||
Component.onCompleted: {
|
|
||||||
updateCyclingState()
|
|
||||||
}
|
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: monitorTimerComponent
|
id: monitorTimerComponent
|
||||||
|
|||||||
Reference in New Issue
Block a user