chore: restore linux custom close button

This commit is contained in:
huzibaca 2024-10-30 06:30:49 +08:00
parent ac884da56b
commit 73bad8f355

View File

@ -95,7 +95,7 @@ export const LayoutControl = () => {
svg: { transform: "scale(1.05)" }, svg: { transform: "scale(1.05)" },
":hover": { bgcolor: "#ff000090" }, ":hover": { bgcolor: "#ff000090" },
}} }}
onClick={() => appWindow.hide()} onClick={() => appWindow.close()}
> >
<CloseRounded fontSize="small" /> <CloseRounded fontSize="small" />
</Button> </Button>