mirror of
https://github.com/rubickCenter/rubick
synced 2026-02-25 08:21:21 +08:00
🐛 fix #289,#291,#290
This commit is contained in:
BIN
public/icons/delete@2x.png
Normal file
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
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
BIN
public/icons/unpin@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 747 B |
@@ -49,6 +49,10 @@ window.rubick = {
|
||||
showOpenDialog(options) {
|
||||
return ipcSendSync('showOpenDialog', options);
|
||||
},
|
||||
showSaveDialog(options) {
|
||||
return ipcSendSync('showSaveDialog', options);
|
||||
},
|
||||
|
||||
setExpendHeight(height) {
|
||||
ipcSendSync('setExpendHeight', height);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user