Settings management started
This commit is contained in:
@@ -9,6 +9,7 @@ public static class AppManager
|
||||
public static ICogwheelConsole SzConsole { get; } = new SessionZeroConsole();
|
||||
public static CommandsManager CommandsManager { get; } = new();
|
||||
public static ConsoleControl ConsoleControl { get; } = new();
|
||||
public static AppSettings Settings { get; } = new();
|
||||
|
||||
public static void ShowConsole()
|
||||
{
|
||||
@@ -27,4 +28,10 @@ public static class AppManager
|
||||
{
|
||||
MainWindow.ChangePage(pageName);
|
||||
}
|
||||
|
||||
[Command(Name = "test")]
|
||||
private static void Test()
|
||||
{
|
||||
COGWHEEL.LogWarning($"Trim size is: {ConsoleControl.OutputTrimSize}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user