No more modal for dialogs

This commit is contained in:
Johannes Zellner
2025-07-15 18:51:39 +02:00
parent 2f4d89f32a
commit 4a537dde1a
9 changed files with 8 additions and 22 deletions

View File

@@ -55,7 +55,6 @@ async function onSendTestMail() {
confirmLabel: t('emails.testMailDialog.sendAction'),
rejectLabel: t('main.dialog.cancel'),
rejectStyle: 'secondary',
modal: false,
});
if (!address) return;
@@ -87,7 +86,6 @@ async function onAskIncomingToggle(value) {
confirmLabel: t('email.disableEmailDialog.disableAction'),
rejectLabel: t('main.dialog.cancel'),
rejectStyle: 'secondary',
modal: false,
});
// reset switch