mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Fix progress bar visibility when importing DAT folder.
This commit is contained in:
@@ -282,7 +282,7 @@ namespace RomRepoMgr.ViewModels
|
||||
if(_listPosition >= _datFiles.Length)
|
||||
{
|
||||
Progress2Visible = false;
|
||||
ProgressVisible = true;
|
||||
ProgressVisible = false;
|
||||
StatusMessage = Localization.Finished;
|
||||
CanClose = true;
|
||||
CanStart = false;
|
||||
|
||||
Reference in New Issue
Block a user