From 52c7a71c3ae71c6eac0420369569852eb7aadc92 Mon Sep 17 00:00:00 2001 From: ahall Date: Fri, 10 Jul 2026 18:10:02 +0100 Subject: [PATCH] fix: replace obsolete EnableHotReload with UseStudio in TodoApp.Uno --- samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs b/samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs index 9df9aa3a..1bee7832 100644 --- a/samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs +++ b/samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs @@ -54,7 +54,7 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args) MainWindow = builder.Window; #if DEBUG - MainWindow.EnableHotReload(); + MainWindow.UseStudio(); #endif MainWindow.SetWindowIcon();