LockScreenPanel: fix weatherReady warning

This commit is contained in:
Lysec
2026-01-23 15:08:41 +01:00
parent 972b75611a
commit 4df8d7a49e
+1
View File
@@ -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) {