Skip to content

Commit

Permalink
Merge pull request #6 from mefengl/feature/add-hidden-macos-titlebar
Browse files Browse the repository at this point in the history
Add hidden option to macOS titlebar style
  • Loading branch information
zerebos authored Dec 26, 2024
2 parents 6c20948 + 59240cb commit 6fa72eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/data/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const settings = [
name: "",
settings: [
{id: "macosNonNativeFullscreen", name: "Use non-native fullscreen", note: "Tabs currently do not work with non-native fullscreen windows", type: "dropdown", value: "false", options: ["visible-menu", "true", "false"]},
{id: "macosTitlebarStyle", name: "Titlebar style", type: "dropdown", value: "transparent", options: ["transparent", "native", "tabs"]},
{id: "macosTitlebarStyle", name: "Titlebar style", type: "dropdown", value: "transparent", options: ["transparent", "native", "tabs", "hidden"]},
{id: "macosOptionAsAlt", name: "Use option key as alt key", type: "dropdown", value: "false", options: ["true", "false", "left", "right"]},
{id: "macosWindowShadow", name: "Show the window shadow", type: "switch", value: true},
]
Expand Down

0 comments on commit 6fa72eb

Please sign in to comment.