WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
313 stars 45 forks source link

Rework the about dialog #444

Open WhiteMagic opened 2 years ago

WhiteMagic commented 2 years ago

The about dialog made use of the HTML rendering functionality of Qt. With QML this pulls in an entire chromium engine increasing the executable size significantly for something that is barely ever used. Change this to something that maybe only uses rich text formatting or similar.