Skip to content

Commit

Permalink
Attempt to remove/reduce white renderer flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchPlaysBF2 committed Jul 24, 2022
1 parent c0d1441 commit bc7802e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/BF2TV.WindowsApp/BlazorViewForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BF2TV.WindowsApp/BlazorViewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public BlazorViewForm()
InitializeComponent();

blazorWebView.HostPage = "wwwroot\\index.html";
blazorWebView.Services = services.BuildServiceProvider();
blazorWebView.RootComponents.Add<Frontend.App>("#app");
blazorWebView.Services = services.BuildServiceProvider();

UpdateService.PromptForUpdateIfThereIsOneAvailable();
}
Expand Down

0 comments on commit bc7802e

Please sign in to comment.