Explorar o código

fix: window style close #45

GyDi %!s(int64=3) %!d(string=hai) anos
pai
achega
b5283eaaed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>