Restore progress bar
This commit is contained in:
parent
ea337dfea1
commit
47bb054fd1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace LANCommander.PlaynitePlugin
|
||||||
},
|
},
|
||||||
new GlobalProgressOptions($"Downloading {Game.Name}...")
|
new GlobalProgressOptions($"Downloading {Game.Name}...")
|
||||||
{
|
{
|
||||||
IsIndeterminate = true,
|
IsIndeterminate = false,
|
||||||
Cancelable = true,
|
Cancelable = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue