Fix hanging "Clear All Data" on Windows
This commit is contained in:
parent
03eaa9eb3e
commit
fe505a7f2f
8 changed files with 58 additions and 14 deletions
|
@ -459,7 +459,9 @@ export async function startApp(): Promise<void> {
|
|||
removeDarkOverlay: () => $('.dark-overlay').remove(),
|
||||
showKeyboardShortcuts: () => window.showKeyboardShortcuts(),
|
||||
|
||||
deleteAllData: () => {
|
||||
deleteAllData: async () => {
|
||||
await window.sqlInitializer.goBackToMainProcess();
|
||||
|
||||
const clearDataView = new window.Whisper.ClearDataView().render();
|
||||
$('body').append(clearDataView.el);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue