From 69bf40ad5d3358637875d85d94e4576a964551ce Mon Sep 17 00:00:00 2001 From: Sascha Woitschetzki Date: Thu, 30 Jun 2022 16:38:51 +0200 Subject: [PATCH] upgraded CaliburnMicro --- Gremlin/Gremlin.csproj | 2 +- Gremlin/MVVM/AppBootstrapper.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); } } }