feature: pending device enrollment approval

This commit is contained in:
Gary Sharp
2024-01-21 14:06:11 +11:00
parent 6af83cbdb2
commit 37e2e5a08c
33 changed files with 1379 additions and 344 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ namespace Disco.ClientBootstrapper
this.progressBar.Visible = true;
if (Progress.HasValue)
{
if (Progress.Value > 0)
if (Progress.Value >= 0)
{
this.progressBar.Value = Math.Min(Progress.Value, 100);
this.progressBar.Style = ProgressBarStyle.Continuous;