1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -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 nightModeEnabled = SessionData.nightModeEnabled
} }
Component.onDestruction: {
gammaStepProcess.running = false
automationProcess.running = false
}
SystemClock { SystemClock {
id: systemClock id: systemClock
precision: SystemClock.Minutes precision: SystemClock.Minutes