Closed DatBogie closed 1 day ago
Simply adding app.setStyle("fusion") standardizes the look so that the accent colors work fine on systems that don't use Fusion by default.
app.setStyle("fusion")
Will add a QCheckBox to toggle using the Fusion style upon restart.
QCheckBox
Apologies, forgot to close this. It has been implemented since v1.3-pre3
v1.3-pre3
Simply adding
app.setStyle("fusion")
standardizes the look so that the accent colors work fine on systems that don't use Fusion by default.