mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
efda061928
commit
1a3b075ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue