diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index f7d3cda06..21be2221f 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1390,7 +1390,9 @@ bool OBSApp::OBSInit() { ProfileScope("OBSApp::OBSInit"); +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) setAttribute(Qt::AA_UseHighDpiPixmaps); +#endif setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qRegisterMetaType();