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

release-2.0.0.2
王良 2025-05-15 15:50:34 +08:00
parent 4a3cae392f
commit c2f1d0abb5
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'))
})
}