summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9a993b4..154973c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -84,10 +84,7 @@ int main(int argc, char **argv)
QIcon::setThemeName("gallery");
- // Do not set HighDpiScaling for emulator, see QTBUG-64815
- if (qEnvironmentVariableIsEmpty("QTGLESSTREAM_DISPLAY")) {
- QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
- }
+ QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
app.setApplicationVersion(APPLICATION_VERSION);