mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
onDestruction handler in display service
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user