mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 02:11:18 +01:00
webview_edge.cpp: fix context name
This commit is contained in:
committed by
Richard Hozák
parent
d46cc70c10
commit
adf0095867
@@ -73,7 +73,7 @@ private:
|
||||
GetProcAddress(lib_user32, "SetThreadDpiAwarenessContext")
|
||||
);
|
||||
if (
|
||||
fnSetThreadDpiAwarenessContext
|
||||
fn_set_thread_dpi_awareness_context
|
||||
&& fn_set_thread_dpi_awareness_context(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2)
|
||||
) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user