We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d182f5 commit 5ce9ba8Copy full SHA for 5ce9ba8
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aria-ng-gui",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"private": true,
5
"description": "AriaNg GUI",
6
"main": "app.js",
app/tray.js
@@ -106,7 +106,7 @@ const destroyTray = () => {
106
mainWindow.once("show", () => {
107
// 暂时绕过 Xmader/aria-ng-gui#24
108
// 临时的 workaround for KDE and GNOME, 直到找到更好的解决办法
109
- // 在 Linux 上显示窗口后不删除托盘图标
+ // 在 Linux 上显示窗口后不移除托盘图标
110
if (process.platform != "linux") {
111
tray.destroy()
112
}
0 commit comments