mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
LockScreenPanel: fix weatherReady warning
This commit is contained in:
@@ -35,6 +35,7 @@ Item {
|
||||
property string pendingAction: ""
|
||||
property bool timerActive: false
|
||||
property int timeRemaining: 0
|
||||
readonly property bool weatherReady: Settings.data.location.weatherEnabled && (LocationService.data.weather !== null)
|
||||
|
||||
// Timer management functions
|
||||
function startTimer(action) {
|
||||
|
||||
Reference in New Issue
Block a user