Skip to content

Commit

Permalink
Small change to first time startup progress dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Nov 9, 2022
1 parent 5e53c31 commit 9857cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void NavigateNext()
var listDownRes = dialogs.ActivateGlobalProgress((prg) =>
{
recommendedExtensions = backendClient.GetDefaultExtensions();
}, new GlobalProgressOptions(LOC.DefaultAddonListDownload, false) { IsIndeterminate = false });
}, new GlobalProgressOptions(LOC.DefaultAddonListDownload, false) { IsIndeterminate = true });

if (!recommendedExtensions.Libraries.HasItems())
{
Expand Down

0 comments on commit 9857cb4

Please sign in to comment.