No more modal for dialogs
This commit is contained in:
@@ -51,7 +51,6 @@ async function onDownload() {
|
||||
confirmStyle: 'success',
|
||||
confirmLabel: t('terminal.download.download'),
|
||||
rejectLabel: t('main.dialog.cancel'),
|
||||
modal: false
|
||||
});
|
||||
|
||||
if (!downloadFileName) return;
|
||||
@@ -287,7 +286,7 @@ onMounted(async () => {
|
||||
<template>
|
||||
<MainLayout :gap="false">
|
||||
<template #dialogs>
|
||||
<Dialog ref="fatalErrorDialog" modal title="Error">
|
||||
<Dialog ref="fatalErrorDialog" title="Error">
|
||||
<p>{{ fatalError }}</p>
|
||||
</Dialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user