fix updates rendering bug

This commit is contained in:
Matt Hill
2024-03-28 11:59:42 -06:00
parent e05a95dc2d
commit 6e76bcb77e

View File

@@ -60,7 +60,7 @@
>
<round-progress
[current]="(local.stateInfo.installingInfo.progress.overall | installingProgress) || 0"
[max]="100"
[max]="1"
[radius]="13"
[stroke]="3"
[rounded]="true"