feat: add overlay dialog host back to single view mode.
This commit is contained in:
13
demo/Ursa.Demo/Views/SingleView.axaml.cs
Normal file
13
demo/Ursa.Demo/Views/SingleView.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace Ursa.Demo.Views;
|
||||
|
||||
public partial class SingleView : UserControl
|
||||
{
|
||||
public SingleView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user