diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 3cb0cd808..2dbdf993f 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -50,6 +50,7 @@ namespace Terminal.Gui { /// /// If , forces the use of the System.Console-based (see ) driver. The default is . /// + [SerializableConfigurationProperty (Scope = typeof (SettingsScope))] public static bool UseSystemConsole { get; set; } = false; // For Unit testing - ignores UseSystemConsole