You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
bugfix: 尝试修复macbook打开DS,图标变大的问题。
This commit is contained in:
BIN
packages/gui/extra/icons/512x512-2.png
Normal file
BIN
packages/gui/extra/icons/512x512-2.png
Normal file
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'))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user