Bläddra i källkod

More Toplevel cleanup

Tig 10 månader sedan
förälder
incheckning
176207e6cb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Terminal.Gui/Application/Application.Toplevel.cs

+ 1 - 1
Terminal.Gui/Application/Application.Toplevel.cs

@@ -8,7 +8,7 @@ public static partial class Application // Toplevel handling
     /// <summary>Holds the stack of TopLevel views.</summary>
     internal static Stack<Toplevel> TopLevels { get; } = new ();
 
-    /// <summary>The <see cref="Toplevel"/> object used for the application on startup (<seealso cref="Top"/>)</summary>
+    /// <summary>The <see cref="Toplevel"/> that is currently active.</summary>
     /// <value>The top.</value>
     public static Toplevel? Top { get; internal set; }
 }