fix: enable window control button on linux (#3028)

This commit is contained in:
Faisal Amir 2024-06-12 21:07:19 +07:00 committed by GitHub
parent 1f5cce887a
commit 491f563f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"