Add dashboard version button and self-update UI wiring

This commit is contained in:
Krystie
2026-05-05 17:36:50 -07:00
parent 95b137bf17
commit a216dd882d
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -378,6 +378,7 @@
} else {
dcUpdateBadge.style.display = 'none';
dcUpdateDetails.style.display = 'none';
await dcLoadVersion();
if (!silent) dcShowStatus('You are running the latest version.', 'success');
}