mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 05:25:39 +08:00
bug fix
This commit is contained in:
parent
eb3c7f3b36
commit
c6020e81be
@ -50,7 +50,7 @@ cacheIco = (b64, icon) => {
|
||||
}
|
||||
|
||||
openFolder = options => {
|
||||
return dialog.showOpenDialog(BrowserWindow.getFocusedWindow(), options);
|
||||
return dialog.showOpenDialogSync(BrowserWindow.getFocusedWindow(), options);
|
||||
}
|
||||
|
||||
saveFile = (options, content) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user