summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index d5651ff9..b71aa627 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -103,7 +103,7 @@ main(int argc, char *argv[]) return 0; } -#if defined(Q_OS_LINUX) || defined(Q_OS_WIN) +#if defined(Q_OS_LINUX) || defined(Q_OS_WIN) || defined(Q_OS_FREEBSD) if (qgetenv("QT_SCALE_FACTOR").size() == 0) { float factor = utils::scaleFactor();