From b8caf3506af4b8e13e2733c53fd488392a37d9df Mon Sep 17 00:00:00 2001 From: boban Date: Sun, 26 Oct 2025 15:12:41 +0100 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 --- app/Livewire/Ui/System/UpdateCard.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 75bfb40..74fb3d3 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -110,6 +110,8 @@ class UpdateCard extends Component $this->postActionsDone = true; $ver = $this->displayCurrent ?? 'aktuelle Version'; + $this->progressLine = ''; + $this->dispatch('reload-page', delay: 5000); $this->dispatch('toast', type: 'success', title: 'Update erfolgreich', @@ -294,6 +296,7 @@ class UpdateCard extends Component return Str::limit($last, 120); } } + //namespace App\Livewire\Ui\System; // //use Illuminate\Support\Facades\Artisan;