mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 19:26:19 +00:00
autoformatting
This commit is contained in:
+7
-7
@@ -302,13 +302,13 @@ Variants {
|
||||
|
||||
// Timer to initialize volume/mute flags after services are ready
|
||||
Timer {
|
||||
id: initTimer
|
||||
interval: 100 // 100ms delay to allow services to initialize
|
||||
running: true
|
||||
onTriggered: {
|
||||
volumeInitialized = true
|
||||
muteInitialized = true
|
||||
}
|
||||
id: initTimer
|
||||
interval: 100 // 100ms delay to allow services to initialize
|
||||
running: true
|
||||
onTriggered: {
|
||||
volumeInitialized = true
|
||||
muteInitialized = true
|
||||
}
|
||||
}
|
||||
|
||||
// Brightness change monitoring
|
||||
|
||||
Reference in New Issue
Block a user