fix: enable window control button on linux (#3028)
This commit is contained in:
parent
1f5cce887a
commit
491f563f0f
@ -97,7 +97,7 @@ const TopPanel = () => {
|
|||||||
<PaletteIcon size={16} className="cursor-pointer" />
|
<PaletteIcon size={16} className="cursor-pointer" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{isWindows && (
|
{!isMac && (
|
||||||
<div className="flex items-center gap-x-2">
|
<div className="flex items-center gap-x-2">
|
||||||
<Button
|
<Button
|
||||||
theme="icon"
|
theme="icon"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user