Skip to content

Commit c2f1d0a

Browse files
bugfix: 尝试修复macbook打开DS,图标变大的问题。
1 parent 4a3cae3 commit c2f1d0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
24 KB
Loading

packages/gui/src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function registerShowHideShortcut (showHideShortcut) {
410410
function initApp () {
411411
if (isMac) {
412412
app.whenReady().then(() => {
413-
app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512.png'))
413+
app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512-2.png'))
414414
})
415415
}
416416

0 commit comments

Comments
 (0)