Add Enable Menu setting

This commit is contained in:
V
2023-07-28 21:54:17 +02:00
parent 5fa9264bdb
commit 61f9559984
3 changed files with 10 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ export default function SettingsUi() {
"Open Links in app (experimental)",
"Opens links in a new Vesktop window instead of your web browser"
],
["staticTitle", "Static Title", 'Makes the window title "Vencord" instead of changing to the current page']
["staticTitle", "Static Title", 'Makes the window title "Vencord" instead of changing to the current page'],
["enableMenu", "Enable Menu Bar", "Enables the application menu bar. Press ALT to toggle visibility."]
];
const switches = allSwitches.filter(isTruthy);