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:
@@ -73,6 +73,11 @@ public sealed class ConsoleViewModel : ViewModelBase
|
||||
[NotNull]
|
||||
public string ClearLabel => "Clear";
|
||||
|
||||
public string TimeLabel => "Time";
|
||||
public string TypeLabel => "Type";
|
||||
public string ModuleLabel => "Module";
|
||||
public string MessageLabel => "Message";
|
||||
|
||||
public bool DebugChecked
|
||||
{
|
||||
get => _debugChecked;
|
||||
|
||||
Reference in New Issue
Block a user