mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
bug fix
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user