mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(location): add toggle to always show Talia weather emojis
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
"name": "",
|
||||
"weatherEnabled": true,
|
||||
"weatherShowEffects": true,
|
||||
"weatherTaliaMascotAlways": false,
|
||||
"useFahrenheit": false,
|
||||
"use12hourFormat": false,
|
||||
"showWeekNumberInCalendar": false,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user