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
@@ -129,6 +129,15 @@ ColumnLayout {
enabled: Settings.data.location.weatherEnabled
}
NToggle {
label: I18n.tr("panels.location.weather-talia-mascot-always-label")
description: I18n.tr("panels.location.weather-talia-mascot-always-description")
checked: Settings.data.location.weatherTaliaMascotAlways
onToggled: checked => Settings.data.location.weatherTaliaMascotAlways = checked
enabled: Settings.data.location.weatherEnabled
defaultValue: Settings.getDefaultValue("location.weatherTaliaMascotAlways")
}
NToggle {
label: I18n.tr("panels.location.weather-hide-city-label")
description: I18n.tr("panels.location.weather-hide-city-description")