Rename TimeWeatherTab to WeatherTab, remove Time settings from said tab

WeatherTab: renamed from TimeWeatherTab, remove Time settings
Time: Time/Date is now widget driven
This commit is contained in:
Ly-sec 2025-09-07 15:48:16 +02:00
parent 888ba108e0
commit e4e2ed41b4
3 changed files with 7 additions and 61 deletions

View file

@ -39,7 +39,7 @@ NPanel {
General,
Network,
ScreenRecorder,
TimeWeather,
Weather,
Wallpaper,
WallpaperSelector
}
@ -90,8 +90,8 @@ NPanel {
Tabs.NetworkTab {}
}
Component {
id: timeWeatherTab
Tabs.TimeWeatherTab {}
id: weatherTab
Tabs.WeatherTab {}
}
Component {
id: colorSchemeTab
@ -156,10 +156,10 @@ NPanel {
"icon": "brightness_6",
"source": brightnessTab
}, {
"id": SettingsPanel.Tab.TimeWeather,
"label": "Time & Weather",
"icon": "schedule",
"source": timeWeatherTab
"id": SettingsPanel.Tab.Weather,
"label": "Weather",
"icon": "partly_cloudy_day",
"source": weatherTab
}, {
"id": SettingsPanel.Tab.ColorScheme,
"label": "Color Scheme",