diff --git a/Example/Example.cs b/Example/Example.cs index 1be90e063..39126f4d9 100644 --- a/Example/Example.cs +++ b/Example/Example.cs @@ -6,12 +6,6 @@ using System; using Terminal.Gui; -ConfigurationManager.Memory = """ - { - "Application.QuitKey" : "Ctrl+Q" - } - """; - Application.Run ().Dispose (); // Before the application exits, reset Terminal.Gui for clean shutdown diff --git a/UnitTests/Views/TabViewTests.cs b/UnitTests/Views/TabViewTests.cs index 57771a12d..15896267e 100644 --- a/UnitTests/Views/TabViewTests.cs +++ b/UnitTests/Views/TabViewTests.cs @@ -1480,7 +1480,7 @@ public class TabViewTests (ITestOutputHelper output) private void InitFakeDriver () { - ConfigurationManager.Locations = ConfigLocations.DefaultOnly; + ConfigurationManager.Locations = ConfigLocations.Default; ConfigurationManager.Reset (); var driver = new FakeDriver (); diff --git a/local_packages/Terminal.Gui.2.0.0.nupkg b/local_packages/Terminal.Gui.2.0.0.nupkg index 009ca8827..a24644f0e 100644 Binary files a/local_packages/Terminal.Gui.2.0.0.nupkg and b/local_packages/Terminal.Gui.2.0.0.nupkg differ diff --git a/local_packages/Terminal.Gui.2.0.0.snupkg b/local_packages/Terminal.Gui.2.0.0.snupkg index 62039da43..cb57cf6ea 100644 Binary files a/local_packages/Terminal.Gui.2.0.0.snupkg and b/local_packages/Terminal.Gui.2.0.0.snupkg differ