Skip to content

Commit

Permalink
perf: hide status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Jul 20, 2024
1 parent 50ce61c commit c313545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Hollow/Controls/WebView/Win/WebView2Adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ private async void Initialize()
_controller = controller;

SizeChanged();


_controller.CoreWebView2.Settings.IsStatusBarEnabled = false;
_subscriptions = AddHandlers(_controller.CoreWebView2);

IsInitialized = true;
Expand Down

0 comments on commit c313545

Please sign in to comment.