From b04f83f340d06d715982832ef9fc321d95970879 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Wed, 14 Aug 2024 09:45:20 +0800 Subject: [PATCH] feat: revert test window. --- demo/Ursa.Demo/App.axaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/Ursa.Demo/App.axaml.cs b/demo/Ursa.Demo/App.axaml.cs index 71665e9..980608c 100644 --- a/demo/Ursa.Demo/App.axaml.cs +++ b/demo/Ursa.Demo/App.axaml.cs @@ -18,9 +18,8 @@ public partial class App : Application { if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) { - desktop.MainWindow = new Window() + desktop.MainWindow = new MainWindow() { - Content = new SingleView(), DataContext = new MainViewViewModel(), }; }