From 83923d2f6e633970ca84cdf40cf4e6df10bf4134 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 5 Oct 2023 16:52:44 -0600 Subject: [PATCH] Added Application.UseSystemConsole setting --- Terminal.Gui/Application.cs | 1 + 1 file changed, 1 insertion(+) 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