mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
clean up
This commit is contained in:
@@ -6,12 +6,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
|
|
||||||
ConfigurationManager.Memory = """
|
|
||||||
{
|
|
||||||
"Application.QuitKey" : "Ctrl+Q"
|
|
||||||
}
|
|
||||||
""";
|
|
||||||
|
|
||||||
Application.Run<ExampleWindow> ().Dispose ();
|
Application.Run<ExampleWindow> ().Dispose ();
|
||||||
|
|
||||||
// Before the application exits, reset Terminal.Gui for clean shutdown
|
// Before the application exits, reset Terminal.Gui for clean shutdown
|
||||||
|
|||||||
@@ -1480,7 +1480,7 @@ public class TabViewTests (ITestOutputHelper output)
|
|||||||
|
|
||||||
private void InitFakeDriver ()
|
private void InitFakeDriver ()
|
||||||
{
|
{
|
||||||
ConfigurationManager.Locations = ConfigLocations.DefaultOnly;
|
ConfigurationManager.Locations = ConfigLocations.Default;
|
||||||
ConfigurationManager.Reset ();
|
ConfigurationManager.Reset ();
|
||||||
|
|
||||||
var driver = new FakeDriver ();
|
var driver = new FakeDriver ();
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user