fix: Use updated titleBar variable here

This commit is contained in:
khcrysalis 2024-09-14 04:09:14 -07:00
parent bdd99bd73f
commit dbd489bd93

View file

@ -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": [