mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Modernize XAML localization.
This commit is contained in:
@@ -121,12 +121,6 @@ public sealed partial class ImageSidecarViewModel : ViewModelBase
|
||||
StopCommand = new RelayCommand(Stop);
|
||||
}
|
||||
|
||||
public string DestinationFileLabel => UI.Title_Destination_file;
|
||||
public string ChooseLabel => UI.ButtonLabel_Choose;
|
||||
public string StartLabel => UI.ButtonLabel_Start;
|
||||
public string CloseLabel => UI.ButtonLabel_Close;
|
||||
public string StopLabel => UI.ButtonLabel_Stop;
|
||||
|
||||
public string Title { get; }
|
||||
public ICommand DestinationCommand { get; }
|
||||
public ICommand StartCommand { get; }
|
||||
|
||||
Reference in New Issue
Block a user