mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all strings to properties in Aaru.Gui.
This commit is contained in:
@@ -98,6 +98,12 @@ public sealed class ImageSidecarViewModel : ViewModelBase
|
||||
StopCommand = ReactiveCommand.Create(ExecuteStopCommand);
|
||||
}
|
||||
|
||||
public string DestinationFileLabel => "Destination file";
|
||||
public string ChooseLabel => "Choose...";
|
||||
public string StartLabel => "Start";
|
||||
public string CloseLabel => "Close";
|
||||
public string StopLabel => "Stop";
|
||||
|
||||
public string Title { get; }
|
||||
public ReactiveCommand<Unit, Task> DestinationCommand { get; }
|
||||
public ReactiveCommand<Unit, Unit> StartCommand { get; }
|
||||
|
||||
Reference in New Issue
Block a user