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.",
|
description: "Enables the application menu bar. Press ALT to toggle visibility.",
|
||||||
defaultValue: false,
|
defaultValue: false,
|
||||||
invisible: () => isMac,
|
invisible: () => isMac,
|
||||||
disabled: () => Settings.store.titleBar === "custom" ?? isWindows
|
disabled: () => Settings.store.titleBar === "custom" || isWindows
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"User Interface": [
|
"User Interface": [
|
||||||
|
|
Loading…
Reference in a new issue