feat: add overlay dialog host back to single view mode.
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user