chore: this shouldnt be here

This commit is contained in:
khcrysalis 2024-10-04 14:10:39 -07:00
parent 6f75c8665e
commit 4aca4eec08

View file

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