make Time a singleton
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
|
pragma Singleton
|
||||||
|
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
Scope {
|
Singleton {
|
||||||
id: root
|
id: root
|
||||||
property string time
|
property string time
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user