Restore progress bar
parent
ea337dfea1
commit
47bb054fd1
|
@ -61,7 +61,7 @@ namespace LANCommander.PlaynitePlugin
|
|||
},
|
||||
new GlobalProgressOptions($"Downloading {Game.Name}...")
|
||||
{
|
||||
IsIndeterminate = true,
|
||||
IsIndeterminate = false,
|
||||
Cancelable = true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue