We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd9c17 commit e69355cCopy full SHA for e69355c
1 file changed
FluentStore.App/Views/SplashScreen.xaml.cs
@@ -42,7 +42,7 @@ private void ProgressMessage_Recieved(object recipient, PluginDownloadProgressMe
42
else
43
{
44
ProgressIndicator.IsIndeterminate = false;
45
- ProgressIndicator.Value = message.Downloaded / (double)message.Total;
+ ProgressIndicator.Value = 100 * message.Downloaded / (double)message.Total;
46
}
47
48
StatusBlock.Text = $"Downloading {message.PluginId} plugin...";
0 commit comments