Skip to content

Commit

Permalink
bump: v2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Sep 10, 2022
1 parent f672c5c commit 85d0b0b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ switch (process.platform) {
transparent = true;
break;
case "linux":
case "win32":
trayIconPath = join(__dirname, "/resources/logo_32.png");
// fix transparent window not working in linux bug
app.disableHardwareAcceleration();
break;
case "win32":
trayIconPath = join(__dirname, "/resources/logo_32.png");
break;
default:
break;
}
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1",
"version": "2.26.0",
"version": "2.26.1",
"description": "One for all free music in China",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1",
"version": "2.26.0",
"version": "2.26.1",
"description": "One for all free music in China",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 85d0b0b

Please sign in to comment.