summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml b/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
index fdb45aa0..d98378f1 100644
--- a/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
@@ -20,6 +20,15 @@ Singleton {
20 command: "today" 20 command: "today"
21 } 21 }
22 22
23 IpcHandler {
24 target: "Worktime"
25
26 function refresh(): void {
27 time.running = true;
28 today.running = true;
29 }
30 }
31
23 component CommandState : Scope { 32 component CommandState : Scope {
24 id: commandState 33 id: commandState
25 34