mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -46,7 +46,7 @@ using ReactiveUI;
|
||||
|
||||
namespace Aaru.Gui.ViewModels.Windows
|
||||
{
|
||||
public class ImageVerifyViewModel : ViewModelBase
|
||||
public sealed class ImageVerifyViewModel : ViewModelBase
|
||||
{
|
||||
readonly IMediaImage _inputFormat;
|
||||
readonly Window _view;
|
||||
@@ -658,7 +658,7 @@ namespace Aaru.Gui.ViewModels.Windows
|
||||
|
||||
void ExecuteCloseCommand() => _view.Close();
|
||||
|
||||
protected internal void ExecuteStopCommand()
|
||||
internal void ExecuteStopCommand()
|
||||
{
|
||||
_cancel = true;
|
||||
StopEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user