From 491f563f0f325acf5810aff9df257c2be2ad6820 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 12 Jun 2024 21:07:19 +0700 Subject: [PATCH] fix: enable window control button on linux (#3028) --- web/containers/Layout/TopPanel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/containers/Layout/TopPanel/index.tsx b/web/containers/Layout/TopPanel/index.tsx index ac2c23a99..6dd9ba8a5 100644 --- a/web/containers/Layout/TopPanel/index.tsx +++ b/web/containers/Layout/TopPanel/index.tsx @@ -97,7 +97,7 @@ const TopPanel = () => { - {isWindows && ( + {!isMac && (