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:
@@ -118,6 +118,13 @@ public sealed class DvdInfoViewModel
|
||||
public bool SaveDvdBcaVisible { get; }
|
||||
public bool SaveDvdAacsVisible { get; }
|
||||
|
||||
public string SaveDvdPfiLabel => "Save Physical Format Information";
|
||||
public string SaveDvdDmiLabel => "Save Disc Manufacturer Information";
|
||||
public string SaveDvdCmiLabel => "Save Copyright Management Information";
|
||||
public string SaveHdDvdCmiLabel => "Save Copyright Management Information";
|
||||
public string SaveDvdBcaLabel => "Save Burst Cutting Area";
|
||||
public string SaveDvdAacsLabel => "Save AACS Information";
|
||||
|
||||
async Task SaveElement(byte[] data)
|
||||
{
|
||||
var dlgSaveBinary = new SaveFileDialog();
|
||||
|
||||
Reference in New Issue
Block a user