Working on new supports

refactoring tour classes
This commit is contained in:
Lars Brubaker 2018-12-28 16:00:21 -08:00
parent ae2c686c57
commit 83fd3423ec
7 changed files with 192 additions and 33 deletions

View file

@ -98,7 +98,7 @@ Click 'Next' to continue the tour of the interface";
UiThread.RunOnIdle(() =>
{
TourOverlay.ShowSite(ApplicationController.Instance.MainView.TopmostParent(), 0);
TourOverlay.ShowLocation(ApplicationController.Instance.MainView.TopmostParent(), 0);
});
};