mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed nullable warnings 7
This commit is contained in:
@@ -12,7 +12,7 @@ public static class Program
|
||||
Services = ConfigureServices ();
|
||||
Application.Init ();
|
||||
Application.Run (Services.GetRequiredService<LoginView> ());
|
||||
Application.Top.Dispose();
|
||||
Application.Top?.Dispose();
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user