We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bbc89 commit 592e465Copy full SHA for 592e465
1 file changed
update_gui.py
@@ -215,6 +215,7 @@ def closeEvent(self, event):
215
216
res_path = getattr(sys, '_MEIPASS', os.path.dirname(os.path.abspath(__file__)))
217
218
+QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)
219
app = QApplication([sys.argv])
220
app.setApplicationName('Flashpoint Updater')
221
app.setWindowIcon(QIcon(os.path.join(res_path, 'icon.png')))
0 commit comments