From b8013d198bb30a04401e49e8f43a601eddda6d7c Mon Sep 17 00:00:00 2001 From: boban Date: Sat, 25 Oct 2025 14:00:00 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/livewire/ui/system/update-card.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/ui/system/update-card.blade.php b/resources/views/livewire/ui/system/update-card.blade.php index e84d8f1..68cb5e3 100644 --- a/resources/views/livewire/ui/system/update-card.blade.php +++ b/resources/views/livewire/ui/system/update-card.blade.php @@ -153,7 +153,7 @@ {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} - @if(!$this->hasUpdate) + @if($this->hasUpdate)