Restore progress bar

This commit is contained in:
Pat Hartl 2023-11-10 21:44:48 -06:00
parent ea337dfea1
commit 47bb054fd1

View file

@ -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,
}); });