@@ -28,7 +28,7 @@ public partial class App : Application
#if DEBUG
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
{
- //this.EnableHotReload();
+ this.EnableHotReload();
}
#endif
AvaloniaXamlLoader.Load(this);