fix: Use updated titleBar variable here
This commit is contained in:
parent
bdd99bd73f
commit
dbd489bd93
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.customTitleBar ?? isWindows
|
disabled: () => Settings.store.titleBar === "custom" ?? isWindows
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"User Interface": [
|
"User Interface": [
|
||||||
|
|
Loading…
Reference in a new issue