🐛 fix #289,#291,#290

This commit is contained in:
muwoo
2023-11-10 14:35:37 +08:00
parent dfb8446cfd
commit f671b83b6a
17 changed files with 277 additions and 88 deletions

BIN
public/icons/delete@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

BIN
public/icons/pin@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

BIN
public/icons/unpin@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

View File

@@ -49,6 +49,10 @@ window.rubick = {
showOpenDialog(options) {
return ipcSendSync('showOpenDialog', options);
},
showSaveDialog(options) {
return ipcSendSync('showSaveDialog', options);
},
setExpendHeight(height) {
ipcSendSync('setExpendHeight', height);
},