bugfix: 尝试修复macbook打开DS,图标变大的问题。
parent
4a3cae392f
commit
c2f1d0abb5
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -410,7 +410,7 @@ function registerShowHideShortcut (showHideShortcut) {
|
|||
function initApp () {
|
||||
if (isMac) {
|
||||
app.whenReady().then(() => {
|
||||
app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512.png'))
|
||||
app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512-2.png'))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue