remove: Deprecated Value

This commit is contained in:
collecting
2025-10-07 06:53:11 +00:00
parent 101363c5eb
commit 7b0b3f37d2

View File

@@ -5440,10 +5440,6 @@ static void SetHighDPIAttributes() {
Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#endif
// Enable high DPI scaling and pixmaps
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
// Set the DPI awareness for better scaling on Windows
#ifdef _WIN32
// Enable Per Monitor DPI Awareness for Windows 8.1+