Skip to content

Commit

Permalink
refactor: black icon
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Aug 20, 2021
1 parent a9a4ba3 commit 1249db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function setTray (app) {
// 设置系统托盘图标
let icon = '128x128.png'
if (isMac) {
icon = '16x16.png'
icon = '16x16-black.png'
}
const iconPath = path.join(__dirname, '../extra/icons/', icon)
const appTray = new Tray(iconPath)
Expand Down

0 comments on commit 1249db6

Please sign in to comment.