remove objects and bindings for time as this is handled through the Time Singleton
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import Quickshell
|
||||
|
||||
Scope {
|
||||
Time { id: timeSource }
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
@@ -20,7 +19,6 @@ Scope {
|
||||
|
||||
ClockWidget {
|
||||
anchors.centerIn: parent
|
||||
time: timeSource.time
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user