Settings: removed systemic capitalization improved labels and descriptions.

This commit is contained in:
LemmyCook
2025-09-18 21:34:30 -04:00
parent 458ef3c0d5
commit 603f499355
18 changed files with 153 additions and 158 deletions
+7 -8
View File
@@ -36,7 +36,7 @@ NPanel {
Launcher,
Location,
Network,
Notification,
Notifications,
ScreenRecorder,
Wallpaper
}
@@ -86,7 +86,6 @@ NPanel {
id: wallpaperTab
Tabs.WallpaperTab {}
}
Component {
id: screenRecorderTab
Tabs.ScreenRecorderTab {}
@@ -104,8 +103,8 @@ NPanel {
Tabs.DockTab {}
}
Component {
id: notificationTab
Tabs.NotificationTab {}
id: notificationsTab
Tabs.NotificationsTab {}
}
// Order *DOES* matter
@@ -141,10 +140,10 @@ NPanel {
"icon": "settings-display",
"source": displayTab
}, {
"id": SettingsPanel.Tab.Notification,
"label": "Notification",
"icon": "settings-notification",
"source": notificationTab
"id": SettingsPanel.Tab.Notifications,
"label": "Notifications",
"icon": "settings-notifications",
"source": notificationsTab
}, {
"id": SettingsPanel.Tab.Network,
"label": "Network",