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 Terminal.Gui;
|
||||
|
||||
ConfigurationManager.Memory = """
|
||||
{
|
||||
"Application.QuitKey" : "Ctrl+Q"
|
||||
}
|
||||
""";
|
||||
|
||||
Application.Run<ExampleWindow> ().Dispose ();
|
||||
|
||||
// Before the application exits, reset Terminal.Gui for clean shutdown
|
||||
|
||||
Reference in New Issue
Block a user