From b5283eaaed884d7a9d6bedc156c864e723a1f365 Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 23 Mar 2022 21:43:13 +0800 Subject: [PATCH] fix: window style close #45 --- src/pages/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_layout.tsx b/src/pages/_layout.tsx index d2debc8..e892526 100644 --- a/src/pages/_layout.tsx +++ b/src/pages/_layout.tsx @@ -119,7 +119,7 @@ const Layout = () => {
- {OS === "windows" && ( + {OS !== "macos" && (