diff -r f632bc0589ab -r 770b3548906c ui/winui/App.xaml.cpp --- a/ui/winui/App.xaml.cpp Wed Oct 11 22:59:42 2023 +0200 +++ b/ui/winui/App.xaml.cpp Wed Oct 11 23:36:03 2023 +0200 @@ -6,6 +6,8 @@ #include "App.xaml.h" #include "MainWindow.xaml.h" +#include "toolkit.h" + using namespace winrt; using namespace Windows::Foundation; using namespace Microsoft::UI::Xaml; @@ -43,6 +45,7 @@ /// Details about the launch request and process. void App::OnLaunched(LaunchActivatedEventArgs const&) { - window = make(); - window.Activate(); + ui_app_run_startup(); + //window = make(); + //window.Activate(); }