Browse Source

fix: window style close #45

GyDi 3 năm trước cách đây
mục cha
commit
b5283eaaed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/_layout.tsx

+ 1 - 1
src/pages/_layout.tsx

@@ -119,7 +119,7 @@ const Layout = () => {
           </div>
 
           <div className="layout__right" data-windrag>
-            {OS === "windows" && (
+            {OS !== "macos" && (
               <div className="the-bar">
                 <LayoutControl />
               </div>