mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: restore linux custom close button
This commit is contained in:
parent
d10323701a
commit
f0c4360210
|
@ -95,7 +95,7 @@ export const LayoutControl = () => {
|
|||
svg: { transform: "scale(1.05)" },
|
||||
":hover": { bgcolor: "#ff000090" },
|
||||
}}
|
||||
onClick={() => appWindow.hide()}
|
||||
onClick={() => appWindow.close()}
|
||||
>
|
||||
<CloseRounded fontSize="small" />
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user