Enable browser dev tools in debug builds

pull/72/head
Daniel Roth 2022-04-18 10:21:30 -07:00
parent 11582f7f07
commit 320ebb7761
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ public partial class App : MauiWinUIApplication
{
base.OnLaunched(args);
Microsoft.Maui.Essentials.Platform.OnLaunched(args);
Microsoft.Maui.ApplicationModel.Platform.OnLaunched(args);
}
}