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