bugfix: 尝试修复macbook打开DS,图标变大的问题。

master
王良 2025-05-15 15:50:34 +08:00
parent 84f8802f06
commit c9095ac0af
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -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'))
})
}