Tweak some Vesktop settings categories
This commit is contained in:
parent
a397f18ec9
commit
03fd96f48f
1 changed files with 9 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Reference in a new issue