LocationTab: add toggle to fully disable weather (as requested in #488)

This commit is contained in:
lysec
2025-10-16 12:25:22 +02:00
parent 806a5c0c26
commit 814abf4725
15 changed files with 110 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import qs.Widgets
NBox {
id: root
readonly property bool weatherReady: (LocationService.data.weather !== null)
readonly property bool weatherReady: Settings.data.location.weatherEnabled && (LocationService.data.weather !== null)
ColumnLayout {
id: content