From 03fd96f48f9a35645fa656869ce77a13c4a2aedb Mon Sep 17 00:00:00 2001 From: Justin Chung <20733699+justin13888@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:49:43 -0500 Subject: [PATCH] Tweak some Vesktop settings categories --- src/renderer/components/Settings.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/Settings.tsx b/src/renderer/components/Settings.tsx index 7badbb3..2516223 100644 --- a/src/renderer/components/Settings.tsx +++ b/src/renderer/components/Settings.tsx @@ -32,7 +32,7 @@ export default function SettingsUi() { undefined, "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 && [ "minimizeToTray", "Minimize to tray", @@ -50,7 +50,14 @@ export default function SettingsUi() { 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", "Enable Menu Bar",