feat: add overlay dialog host back to single view mode.

This commit is contained in:
rabbitism
2024-07-01 13:07:23 +08:00
parent df8470e296
commit d594bffc0f
3 changed files with 28 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ public partial class App : Application
}
else if (ApplicationLifetime is ISingleViewApplicationLifetime singleView)
{
singleView.MainView = new MainView()
singleView.MainView = new SingleView()
{
DataContext = new MainViewViewModel(),
};