Increase OSD initTimer interval to 500ms

This commit is contained in:
loner
2025-09-26 13:50:14 +08:00
parent 39883ceb10
commit ac683caa1e
+1 -1
View File
@@ -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