minor update
All checks were successful
Deploy / publish-web (push) Successful in 44s

This commit is contained in:
2025-12-27 02:49:39 +06:00
parent 0f218c1519
commit 2d30ac2863
5 changed files with 28 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
class="flex items-center justify-between gap-2 rounded-xl p-3 bg-surface-950"
>
<div class="inline-flex items-center gap-3">
<PrimeBadge v-if="isTauri" class="opacity-50" severity="secondary" :value="version" size="small" />
<PrimeBadge class="opacity-50" severity="secondary" :value="version" size="small" />
<PrimeBadge :severity="connected ? 'success' : 'danger' " />
</div>
@@ -72,7 +72,6 @@ import {
} from 'lucide-vue-next'
const {
isTauri,
version,
clients,
inputMuted,