Fix hiding progress bar when import is finished.

This commit is contained in:
2020-09-20 03:23:12 +01:00
parent 226a76d6bc
commit fefec8da18

View File

@@ -281,7 +281,7 @@ namespace RomRepoMgr.ViewModels
{
if(_listPosition >= _datFiles.Length)
{
Progress2Visible = true;
Progress2Visible = false;
ProgressVisible = true;
StatusMessage = Localization.Finished;
CanClose = true;