Tweak some Vesktop settings categories

This commit is contained in:
Justin Chung 2024-02-05 22:49:43 -05:00
parent a397f18ec9
commit 03fd96f48f
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ export default function SettingsUi() {
undefined, undefined,
"User Interface" "User Interface"
], ],
!isMac && ["tray", "Tray Icon", "Add a tray icon for Vesktop", true], !isMac && ["tray", "Tray Icon", "Add a tray icon for Vesktop", true, undefined, "Notifications"],
!isMac && [ !isMac && [
"minimizeToTray", "minimizeToTray",
"Minimize to tray", "Minimize to tray",
@ -50,7 +50,14 @@ export default function SettingsUi() {
undefined, undefined,
undefined undefined
], ],
["staticTitle", "Static Title", 'Makes the window title "Vesktop" instead of changing to the current page'], [
"staticTitle",
"Static Title",
'Makes the window title "Vesktop" instead of changing to the current page',
undefined,
undefined,
"User Interface"
],
[ [
"enableMenu", "enableMenu",
"Enable Menu Bar", "Enable Menu Bar",