Skip to content

Commit 2f02f47

Browse files
Update specs/WindowControlsOverlayConfiguration.md
Co-authored-by: David Risney <[email protected]>
1 parent 8ff7c9e commit 2f02f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/WindowControlsOverlayConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void AppWindow::OnCreateWebview2ControllerCompleted(HRESULT hr, ICoreWebview2Co
3030
wil::com_ptr<ICoreWebView2Controller5> controller5;
3131
CHECK_FAILURE(controller->QueryInterface(&controller5));
3232

33-
wil::com_ptr<ICoreWebView2WindowControlsOverlaySettings> wco_config;
33+
wil::com_ptr<ICoreWebView2WindowControlsOverlaySettings> windowControlsOverlaySettings;
3434
CHECK_FAILURE(controller5->get_WindowControlsOverlaySettings(&wco_config));
3535

3636
wco_config->put_IsEnabled(true);

0 commit comments

Comments
 (0)