diff --git a/app/electron/main.js b/app/electron/main.js index febb72e96..19a62513b 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -703,7 +703,7 @@ app.whenReady().then(() => { return true; } }); - if (tray && "win32" === process.platform) { + if (tray && ("win32" === process.platform || "linux" === process.platform)) { tray.destroy(); } if (workspaces.length === 0) {