mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
chore: this shouldnt be here
This commit is contained in:
parent
6f75c8665e
commit
4aca4eec08
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
|
|||
description: "Enables the application menu bar. Press ALT to toggle visibility.",
|
||||
defaultValue: false,
|
||||
invisible: () => isMac,
|
||||
disabled: () => Settings.store.titleBar === "custom" ?? isWindows
|
||||
disabled: () => Settings.store.titleBar === "custom" || isWindows
|
||||
}
|
||||
],
|
||||
"User Interface": [
|
||||
|
|
Loading…
Add table
Reference in a new issue