Skip to content

Commit

Permalink
fix: dont go next in Install automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Oct 4, 2024
1 parent 8753431 commit ff06fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/windows-installer/NoPortsInstaller/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public async Task Install(ProgressBar progress, Label status)
{
EnrollDevice();
}
NextPage();
}
catch (Exception ex)
{
Expand Down

0 comments on commit ff06fd8

Please sign in to comment.