Skip to content

Commit

Permalink
chore: this shouldnt be here
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Oct 4, 2024
1 parent 6f75c86 commit 4aca4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4aca4ee

Please sign in to comment.