diff --git a/src/renderer/components/settings/Settings.tsx b/src/renderer/components/settings/Settings.tsx index bc33168..4c8bafb 100644 --- a/src/renderer/components/settings/Settings.tsx +++ b/src/renderer/components/settings/Settings.tsx @@ -54,7 +54,7 @@ const SettingsOptions: Record> 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": [