We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff7c9e commit 2f02f47Copy full SHA for 2f02f47
specs/WindowControlsOverlayConfiguration.md
@@ -30,7 +30,7 @@ void AppWindow::OnCreateWebview2ControllerCompleted(HRESULT hr, ICoreWebview2Co
30
wil::com_ptr<ICoreWebView2Controller5> controller5;
31
CHECK_FAILURE(controller->QueryInterface(&controller5));
32
33
- wil::com_ptr<ICoreWebView2WindowControlsOverlaySettings> wco_config;
+ wil::com_ptr<ICoreWebView2WindowControlsOverlaySettings> windowControlsOverlaySettings;
34
CHECK_FAILURE(controller5->get_WindowControlsOverlaySettings(&wco_config));
35
36
wco_config->put_IsEnabled(true);
0 commit comments