Skip to content

Commit

Permalink
fix: enable window control button on linux (janhq#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Jun 12, 2024
1 parent 1f5cce8 commit 491f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/Layout/TopPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const TopPanel = () => {
<PaletteIcon size={16} className="cursor-pointer" />
</Button>

{isWindows && (
{!isMac && (
<div className="flex items-center gap-x-2">
<Button
theme="icon"
Expand Down

0 comments on commit 491f563

Please sign in to comment.