Skip to content

Commit 5ce9ba8

Browse files
committed
v2.1.2 - 在 Linux 上显示窗口后不移除托盘图标,暂时绕过 #24
1 parent 7d182f5 commit 5ce9ba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aria-ng-gui",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"private": true,
55
"description": "AriaNg GUI",
66
"main": "app.js",

app/tray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const destroyTray = () => {
106106
mainWindow.once("show", () => {
107107
// 暂时绕过 Xmader/aria-ng-gui#24
108108
// 临时的 workaround for KDE and GNOME, 直到找到更好的解决办法
109-
// 在 Linux 上显示窗口后不删除托盘图标
109+
// 在 Linux 上显示窗口后不移除托盘图标
110110
if (process.platform != "linux") {
111111
tray.destroy()
112112
}

0 commit comments

Comments
 (0)