feat(location): add toggle to always show Talia weather emojis

This commit is contained in:
Lysec
2026-04-02 13:47:47 +02:00
parent 240312ea4b
commit f301a57137
9 changed files with 34 additions and 10 deletions
+2
View File
@@ -1403,6 +1403,8 @@
"weather-hide-timezone-label": "Hide timezone",
"weather-show-effects-description": "Show additional visual effects (like rain, snow, or lightning) on the weather card.",
"weather-show-effects-label": "Display weather effects",
"weather-talia-mascot-always-description": "Always use Talia emojis instead of tabler icons.",
"weather-talia-mascot-always-label": "Always show Talia weather emojis",
"weather-show-in-calendar-description": "Show the daily weather forecast directly in your calendar view.",
"weather-show-in-calendar-label": "Display weather in calendar"
},
+1
View File
@@ -162,6 +162,7 @@
"name": "",
"weatherEnabled": true,
"weatherShowEffects": true,
"weatherTaliaMascotAlways": false,
"useFahrenheit": false,
"use12hourFormat": false,
"showWeekNumberInCalendar": false,
+9
View File
@@ -2231,6 +2231,15 @@
"subTab": 0,
"subTabLabel": "common.location"
},
{
"labelKey": "panels.location.weather-talia-mascot-always-label",
"descriptionKey": "panels.location.weather-talia-mascot-always-description",
"widget": "NToggle",
"tab": 17,
"tabLabel": "panels.region.title",
"subTab": 0,
"subTabLabel": "common.location"
},
{
"labelKey": "panels.location.weather-hide-city-label",
"descriptionKey": "panels.location.weather-hide-city-description",