Fix testEffects

This commit is contained in:
WerWolv
2026-02-06 17:35:50 +01:00
parent 31449a2f24
commit c979d871af
+1 -1
View File
@@ -16,7 +16,7 @@ NBox {
readonly property bool weatherReady: Settings.data.location.weatherEnabled && (LocationService.data.weather !== null)
// Test mode: set to "rain", "snow", "cloud" or "fog"
property string testEffects: "fog"
property string testEffects: ""
// Weather condition detection
readonly property int currentWeatherCode: weatherReady ? LocationService.data.weather.current_weather.weathercode : 0