From 7b0b3f37d2bd827dfd0a0328bed6a0b3fd50d4ac Mon Sep 17 00:00:00 2001 From: collecting Date: Tue, 7 Oct 2025 06:53:11 +0000 Subject: [PATCH] remove: Deprecated Value --- src/citron/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/citron/main.cpp b/src/citron/main.cpp index 98dc841e6..e69d8b95d 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -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+