We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042d690 commit 8f13d40Copy full SHA for 8f13d40
src/main.cpp
@@ -136,6 +136,7 @@ int main(int argc, char* argv[])
136
QCoreApplication::setApplicationVersion(APP_VERSION);
137
QCoreApplication::setApplicationName(QStringLiteral("flameshot"));
138
QCoreApplication::setOrganizationName(QStringLiteral("flameshot"));
139
+ QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
140
141
// no arguments, just launch Flameshot
142
if (argc == 1) {
0 commit comments