summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/modules.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp
index de42594c34..46892c6837 100644
--- a/src/mir_app/src/modules.cpp
+++ b/src/mir_app/src/modules.cpp
@@ -94,6 +94,9 @@ int LoadDefaultModules(void)
// load database drivers & service plugins without executing their Load()
if (LoadNewPluginsModuleInfos()) return 1;
+ if (GetPrivateProfileInt(L"Interface", L"DpiAware", 0, mirandabootini) == 1)
+ SetProcessDPIAware();
+
switch (LoadDefaultServiceModePlugin()) {
case SERVICE_CONTINUE: // continue loading Miranda normally
case SERVICE_ONLYDB: // load database and go to the message cycle