Location/Clock: Moved use12hourformat and reverseDaymonth from the clock widget settings to the main settings, location tab

- Fix #303
This commit is contained in:
LemmyCook
2025-09-17 21:10:51 -04:00
parent 85d7dc2506
commit 47f72d9498
9 changed files with 77 additions and 87 deletions
+10 -10
View File
@@ -26,16 +26,16 @@ NPanel {
About,
Audio,
Bar,
Dock,
Hooks,
Launcher,
ColorScheme,
Display,
Dock,
General,
Hooks,
Launcher,
Location,
Network,
Notification,
ScreenRecorder,
Weather,
Wallpaper,
WallpaperSelector
}
@@ -81,8 +81,8 @@ NPanel {
Tabs.NetworkTab {}
}
Component {
id: weatherTab
Tabs.WeatherTab {}
id: locationTab
Tabs.LocationTab {}
}
Component {
id: colorSchemeTab
@@ -160,10 +160,10 @@ NPanel {
"icon": "settings-network",
"source": networkTab
}, {
"id": SettingsPanel.Tab.Weather,
"label": "Weather",
"icon": "settings-weather",
"source": weatherTab
"id": SettingsPanel.Tab.Location,
"label": "Location",
"icon": "settings-location",
"source": locationTab
}, {
"id": SettingsPanel.Tab.ColorScheme,
"label": "Color Scheme",