mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Rename IApplication.Current to TopRunnable
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@ internal class FakeApplicationLifecycle (CancellationTokenSource hardStop) : IDi
|
||||
{
|
||||
hardStop.Cancel ();
|
||||
|
||||
Application.Current?.Dispose ();
|
||||
Application.TopRunnable?.Dispose ();
|
||||
Application.Shutdown ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user