mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Forgot shutdown the driver at exit.
This commit is contained in:
@@ -539,6 +539,7 @@ static class Demo {
|
||||
while (running != null) {
|
||||
running.Invoke ();
|
||||
}
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
public static Label ml;
|
||||
|
||||
Reference in New Issue
Block a user