Fixed that Idle indicator updates on multiple screens

This commit is contained in:
Hannes
2026-03-26 14:58:20 +01:00
parent 9b9ec07f25
commit 053e6f4cc5
4 changed files with 30 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
pragma Singleton
import QtQuick
QtObject {
property int idle: 0
}