🐛 Close minimize to hide in mac

This commit is contained in:
Tw93
2024-04-28 17:46:39 +08:00
parent f0dd193a5e
commit 7b94f5ba78
2 changed files with 11 additions and 25 deletions

View File

@@ -47,10 +47,6 @@ if (process.platform === 'linux') {
params = `${params} --show-system-tray`;
}
if (process.platform === 'darwin') {
params = `${params} --show-menu`;
}
const downloadIcon = async iconFile => {
try {
const response = await axios.get(process.env.ICON, { responseType: 'arraybuffer' });