mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
use IntervalAlignment from P5Support
This commit is contained in:
parent
44f6d5e6d8
commit
91bec04d9d
3 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ Item {
|
||||||
engine: "time"
|
engine: "time"
|
||||||
connectedSources: ["Local"]
|
connectedSources: ["Local"]
|
||||||
interval: 60 * 1000
|
interval: 60 * 1000
|
||||||
intervalAlignment: PlasmaCore.Types.AlignToMinute
|
intervalAlignment: P5Support.Types.AlignToMinute
|
||||||
}
|
}
|
||||||
|
|
||||||
property alias statusNotifierSource: statusNotifierSourceLoader.item
|
property alias statusNotifierSource: statusNotifierSourceLoader.item
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ Item {
|
||||||
engine: "time"
|
engine: "time"
|
||||||
connectedSources: ["Local"]
|
connectedSources: ["Local"]
|
||||||
interval: 60000 // 1 min
|
interval: 60000 // 1 min
|
||||||
intervalAlignment: PlasmaCore.Types.AlignToMinute
|
intervalAlignment: P5Support.Types.AlignToMinute
|
||||||
}
|
}
|
||||||
|
|
||||||
// implement background clicking signal
|
// implement background clicking signal
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Item {
|
||||||
engine: "time"
|
engine: "time"
|
||||||
connectedSources: ["Local"]
|
connectedSources: ["Local"]
|
||||||
interval: 60000
|
interval: 60000
|
||||||
intervalAlignment: PlasmaCore.Types.AlignToMinute
|
intervalAlignment: P5Support.Types.AlignToMinute
|
||||||
}
|
}
|
||||||
|
|
||||||
DropShadow {
|
DropShadow {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue