refaktor where idle global is saved
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pragma Singleton
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
QtObject {
|
||||
property int idle: 0
|
||||
@@ -3,7 +3,7 @@ import Quickshell
|
||||
import Quickshell.Hyprland
|
||||
import Quickshell.Io
|
||||
import "../../../colors"
|
||||
import "../states" 1.0 as Global
|
||||
import "../states/Idle" as Global
|
||||
|
||||
MouseArea {
|
||||
id: idleButton
|
||||
|
||||
Reference in New Issue
Block a user