Enable browser dev tools in debug builds
parent
11582f7f07
commit
320ebb7761
|
@ -25,6 +25,6 @@ public partial class App : MauiWinUIApplication
|
|||
{
|
||||
base.OnLaunched(args);
|
||||
|
||||
Microsoft.Maui.Essentials.Platform.OnLaunched(args);
|
||||
Microsoft.Maui.ApplicationModel.Platform.OnLaunched(args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue