mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
Merge pull request #364 from lonerOrz/opt/osd
Increase OSD initTimer interval to 500ms
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ Variants {
|
||||
// Timer to initialize volume/mute flags after services are ready
|
||||
Timer {
|
||||
id: initTimer
|
||||
interval: 100 // 100ms delay to allow services to initialize
|
||||
interval: 500
|
||||
running: true
|
||||
onTriggered: {
|
||||
volumeInitialized = true
|
||||
|
||||
Reference in New Issue
Block a user