This commit is contained in:
Tig
2024-11-23 08:00:00 -07:00
parent 236c6227c7
commit 42c6d2703b
4 changed files with 1 additions and 7 deletions

View File

@@ -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