Do not hide features of UI behind overlay

This commit is contained in:
Johannes Zellner
2025-05-13 12:56:12 +02:00
parent b8dcfcf900
commit 43c69d4288
5 changed files with 1 additions and 52 deletions

View File

@@ -335,12 +335,6 @@ onMounted(async () => {
<!-- TODO translation -->
<Section title="Receiving" :padding="false" v-if="!busyRefresh" :disabled="!features.emailServer">
<template #overlay>
<div style="display: flex; justify-content: center; align-items: center; height: 100%;">
<Button @click="subscriptionRequiredDialog.open()">Subscription Required</Button>
</div>
</template>
<SettingsItem>
<FormGroup>
<label>{{ $t('email.incoming.title') }}</label>