Fixed order of AD1 decoded files + fixed notification + added running status to UI.
This commit is contained in:
@@ -48,12 +48,14 @@ namespace BodyshopUploader.Models
|
||||
logger.Debug("Starting folder monitor for path {0}", FilePath);
|
||||
System.IO.Directory.CreateDirectory(FilePath);
|
||||
FolderMonitor = new Utils.CIECAMonitor(FilePath);
|
||||
OnPropertyChanged( nameof(FolderMonitor));
|
||||
}
|
||||
|
||||
public void StopMonitor()
|
||||
{
|
||||
logger.Debug("Stopping folder monitor for path {0}", FilePath);
|
||||
FolderMonitor?.Dispose();
|
||||
OnPropertyChanged(nameof(FolderMonitor));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user