refaktor where idle global is saved

This commit is contained in:
Hannes
2026-03-26 19:36:08 +01:00
parent 053e6f4cc5
commit 3cda978d7f
3 changed files with 3 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
pragma Singleton
import QtQuick
import Quickshell
import Quickshell.Io
QtObject {
property int idle: 0
}