diff --git a/Gremlin/Gremlin.csproj b/Gremlin/Gremlin.csproj index b22e8bd..2c1e64c 100644 --- a/Gremlin/Gremlin.csproj +++ b/Gremlin/Gremlin.csproj @@ -34,7 +34,7 @@ - + diff --git a/Gremlin/MVVM/AppBootstrapper.cs b/Gremlin/MVVM/AppBootstrapper.cs index 1fbcadb..d039e07 100644 --- a/Gremlin/MVVM/AppBootstrapper.cs +++ b/Gremlin/MVVM/AppBootstrapper.cs @@ -12,7 +12,7 @@ namespace Gremlin.MVVM protected override void OnStartup(object sender, System.Windows.StartupEventArgs e) { //LogManager.GetLog = type => new DebugLog(type); //DEBUGGING - _ = DisplayRootViewFor(); + _ = DisplayRootViewForAsync(); } } }