Weather: Made the weather effects conditional with a new setting.

This commit is contained in:
ItsLemmy
2025-11-19 08:05:33 -05:00
parent 17810d1d2f
commit 1b4cd35504
14 changed files with 89 additions and 32 deletions
+1
View File
@@ -239,6 +239,7 @@ Singleton {
property JsonObject location: JsonObject {
property string name: defaultLocation
property bool weatherEnabled: true
property bool weatherShowEffects: true
property bool useFahrenheit: false
property bool use12hourFormat: false
property bool showWeekNumberInCalendar: false