MisutaaAsriel / obs-toolbar

A universal toolbar for OBS Studio
GNU General Public License v2.0
33 stars 2 forks source link

OBS ignores resource icons when themed via QSS #1

Open MisutaaAsriel opened 1 year ago

MisutaaAsriel commented 1 year ago

Issue

When a custom OBS theme applies an icon to a toolbar button, said icon will persist across all themes which do not theme said button's icon. This can cause discrepancies in the interface when switching between light and dark themes.

Platforms

Workarounds

Notes

Won't fix at this time; QT limitation. When buttons are themed via QSS, QT takes that as the end all to end all, and ignores the icons set by resource in code. Only solution is to patch in icons to an existing theme.