We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd780e commit 69fca68Copy full SHA for 69fca68
1 file changed
src/SaveReport_wWinMain.cpp
@@ -16,6 +16,9 @@ int WINAPI wWinMain(
16
[[maybe_unused]] HINSTANCE hPrevInstance,
17
[[maybe_unused]] PWSTR pCmdLine,
18
[[maybe_unused]] int nCmdShow) {
19
+ // Make the file picker high-DPI if supported
20
+ SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
21
+
22
auto& gui = PlatformGUI::Get();
23
const auto path = gui.GetExportFilePath();
24
if (!path) {
0 commit comments