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:
@@ -179,9 +179,9 @@ public class SingleBackgroundWorker : Scenario
|
||||
|
||||
var builderUI =
|
||||
new StagingUIController (_startStaging, e.Result as ObservableCollection<string>);
|
||||
Toplevel top = Application.Current;
|
||||
Toplevel top = Application.TopRunnable;
|
||||
top.Visible = false;
|
||||
Application.Current.Visible = false;
|
||||
Application.TopRunnable.Visible = false;
|
||||
builderUI.Load ();
|
||||
builderUI.Dispose ();
|
||||
top.Visible = true;
|
||||
|
||||
Reference in New Issue
Block a user