mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Do not throw an exception when trying to stop in ImageEntropyViewModel
This commit is contained in:
@@ -233,7 +233,10 @@ public sealed partial class ImageEntropyViewModel : ViewModelBase
|
||||
|
||||
void Close() => _view.Close();
|
||||
|
||||
internal void Stop() => throw new NotImplementedException();
|
||||
internal void Stop()
|
||||
{
|
||||
// Not implemented
|
||||
}
|
||||
|
||||
void InitProgress() => Progress1Visible = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user