Update Electron to 6.0.1, SQLCipher to 4.2.0
This commit is contained in:
parent
b6da081d05
commit
e29eee4583
11 changed files with 785 additions and 931 deletions
|
@ -350,9 +350,5 @@ export async function showReadOnlyDialog(
|
|||
message: messages.readOnlyVolume.message,
|
||||
};
|
||||
|
||||
return new Promise(resolve => {
|
||||
dialog.showMessageBox(mainWindow, options, () => {
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
await dialog.showMessageBox(mainWindow, options);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue