mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(location): removed the Tokyo default location, improved flow with the new auto-locate.
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
"settingsPanelSideBarCardStyle": false
|
||||
},
|
||||
"location": {
|
||||
"name": "Tokyo",
|
||||
"name": "",
|
||||
"weatherEnabled": true,
|
||||
"weatherShowEffects": true,
|
||||
"useFahrenheit": false,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user