diff --git a/update_gui.py b/update_gui.py index 483cd53..2db68af 100644 --- a/update_gui.py +++ b/update_gui.py @@ -215,6 +215,7 @@ def closeEvent(self, event): res_path = getattr(sys, '_MEIPASS', os.path.dirname(os.path.abspath(__file__))) +QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True) app = QApplication([sys.argv]) app.setApplicationName('Flashpoint Updater') app.setWindowIcon(QIcon(os.path.join(res_path, 'icon.png')))