mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-17 16:24:16 +08:00
🐛 fix #289,#291,#290
This commit is contained in:
@@ -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