nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Pyqt6cleanup #72

Closed token419 closed 2 months ago

token419 commented 2 months ago

Added urllib3 to the requirements.txt and removed references to QT_SCALE_FACTOR.

From what I could gather in the QT6 documentation QT6 natively supports scaling based on the OS scaling factor in Windows/OSX/Linux. This flag now only appears to be used for testing. https://doc.qt.io/qt-6/highdpi.html

I removed the global env variable that was set on the OS, the settings page entry, and the config validator.