mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed nullable warnings 7
This commit is contained in:
@@ -115,7 +115,7 @@ public class ScenarioTests : TestsAllViews
|
||||
|
||||
void OnApplicationOnIteration (object s, IterationEventArgs a)
|
||||
{
|
||||
if (Application._initialized)
|
||||
if (Application.IsInitialized)
|
||||
{
|
||||
// Press QuitKey
|
||||
//_output.WriteLine ($"Forcing Quit with {Application.QuitKey}");
|
||||
|
||||
Reference in New Issue
Block a user