parent
c84843a4a1
commit
ca934a8588
|
|
@ -224,7 +224,7 @@ class UpdateCard extends Component
|
|||
$this->state = 'idle';
|
||||
Cache::forget('mailwolt.update_available'); // Legacy-Key
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
protected function refreshLowLevelState(): void
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
<div class="min-w-0">
|
||||
<div class="text-white/90 font-semibold">{{ config('app.name') }} Update</div>
|
||||
|
||||
{{-- Versionszeile --}}
|
||||
<div class="text-xs text-white/70">
|
||||
@if($displayCurrent)
|
||||
aktuell: <span class="text-white/90">{{ $displayCurrent }}</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue