set awareness

This commit is contained in:
seraphima
2024-06-23 23:15:06 +02:00
parent 0679664d4c
commit f39e4bb058

View File

@@ -24,6 +24,8 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cmdline, int cm
return 0;
}
SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
// read projects
std::vector<Project> projects;
try