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:
@@ -161,9 +161,6 @@ public sealed partial class MediaScanViewModel : ViewModelBase
|
||||
public string SpeedLabel => UI.ButtonLabel_Stop;
|
||||
public string KbsLabel => UI.Kb_s;
|
||||
public string BlockLabel => UI.Title_Block;
|
||||
public string StartLabel => UI.ButtonLabel_Start;
|
||||
public string CloseLabel => UI.ButtonLabel_Close;
|
||||
public string StopLabel => UI.ButtonLabel_Stop;
|
||||
|
||||
public ObservableCollection<(ulong block, double duration)> BlockMapList { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user