chore: restore linux custom close button

This commit is contained in:
huzibaca 2024-10-30 06:30:49 +08:00
parent d10323701a
commit f0c4360210
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -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>