Restore progress bar

pull/32/head
Pat Hartl 2023-11-10 21:44:48 -06:00
parent ea337dfea1
commit 47bb054fd1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace LANCommander.PlaynitePlugin
},
new GlobalProgressOptions($"Downloading {Game.Name}...")
{
IsIndeterminate = true,
IsIndeterminate = false,
Cancelable = true,
});