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