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

onDestruction handler in display service

This commit is contained in:
bbedward
2025-09-20 10:26:22 -04:00
parent 2b5a5115b7
commit 0ba4ee74b5

View File

@@ -398,6 +398,11 @@ Singleton {
nightModeEnabled = SessionData.nightModeEnabled
}
Component.onDestruction: {
gammaStepProcess.running = false
automationProcess.running = false
}
SystemClock {
id: systemClock
precision: SystemClock.Minutes