🐛 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

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);
},