Fix indexedDB deletion modal
This commit is contained in:
parent
9ad6d5b66b
commit
5ba3ed1241
5 changed files with 8 additions and 9 deletions
|
@ -645,6 +645,7 @@ export async function startApp(): Promise<void> {
|
|||
await new Promise<void>((resolve, reject) => {
|
||||
showConfirmationDialog({
|
||||
dialogName: 'deleteOldIndexedDBData',
|
||||
noMouseClose: true,
|
||||
onTopOfEverything: true,
|
||||
cancelText: window.i18n('icu:quit'),
|
||||
confirmStyle: 'negative',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue