mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
fix: window style close #45
This commit is contained in:
parent
4b6189af5f
commit
b5283eaaed
|
@ -119,7 +119,7 @@ const Layout = () => {
|
|||
</div>
|
||||
|
||||
<div className="layout__right" data-windrag>
|
||||
{OS === "windows" && (
|
||||
{OS !== "macos" && (
|
||||
<div className="the-bar">
|
||||
<LayoutControl />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user