Skip to content

Commit 42c6d27

Browse files
committed
clean up
1 parent 236c622 commit 42c6d27

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

Example/Example.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
using System;
77
using Terminal.Gui;
88

9-
ConfigurationManager.Memory = """
10-
{
11-
"Application.QuitKey" : "Ctrl+Q"
12-
}
13-
""";
14-
159
Application.Run<ExampleWindow> ().Dispose ();
1610

1711
// Before the application exits, reset Terminal.Gui for clean shutdown

UnitTests/Views/TabViewTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ private TabView GetTabView (out Tab tab1, out Tab tab2, bool initFakeDriver = tr
14801480

14811481
private void InitFakeDriver ()
14821482
{
1483-
ConfigurationManager.Locations = ConfigLocations.DefaultOnly;
1483+
ConfigurationManager.Locations = ConfigLocations.Default;
14841484
ConfigurationManager.Reset ();
14851485

14861486
var driver = new FakeDriver ();
1.45 KB
Binary file not shown.
-431 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)