mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Reformatting to run CI again
This commit is contained in:
@@ -160,9 +160,9 @@ public static partial class Application // Run (Begin, Run, End, Stop)
|
||||
Top = toplevel;
|
||||
}
|
||||
|
||||
if ((Top?.Modal == false && toplevel.Modal)
|
||||
|| (Top?.Modal == false && !toplevel.Modal)
|
||||
|| (Top?.Modal == true && toplevel.Modal))
|
||||
if ((Top.Modal == false && toplevel.Modal)
|
||||
|| (Top.Modal == false && !toplevel.Modal)
|
||||
|| (Top.Modal == true && toplevel.Modal))
|
||||
{
|
||||
if (toplevel.Visible)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user