feat(location): removed the Tokyo default location, improved flow with the new auto-locate.

This commit is contained in:
Lemmy
2026-04-01 18:00:46 -04:00
parent 7b29c11d7a
commit f4719e598e
5 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
"settingsPanelSideBarCardStyle": false
},
"location": {
"name": "Tokyo",
"name": "",
"weatherEnabled": true,
"weatherShowEffects": true,
"useFahrenheit": false,
+12 -9
View File
@@ -2183,15 +2183,6 @@
"subTab": 0,
"subTabLabel": "common.location"
},
{
"labelKey": "panels.location.location-search-label",
"descriptionKey": "panels.location.location-search-description",
"widget": "NTextInput",
"tab": 17,
"tabLabel": "panels.region.title",
"subTab": 0,
"subTabLabel": "common.location"
},
{
"labelKey": "panels.location.auto-locate-label",
"descriptionKey": "panels.location.auto-locate-description",
@@ -2201,6 +2192,18 @@
"subTab": 0,
"subTabLabel": "common.location"
},
{
"labelKey": "panels.location.location-search-label",
"descriptionKey": "panels.location.location-search-description",
"widget": "NTextInput",
"tab": 17,
"tabLabel": "panels.region.title",
"subTab": 0,
"subTabLabel": "common.location",
"visibleWhen": [
"!Settings.data.location.autoLocate"
]
},
{
"labelKey": "panels.location.weather-enabled-label",
"descriptionKey": "panels.location.weather-enabled-description",