fix: window style close #45

This commit is contained in:
GyDi 2022-03-23 21:43:13 +08:00
parent 4b6189af5f
commit b5283eaaed
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

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