OS version (uname -a if on a Unix-like system. For windows run winver and copy the text starting "Version "): Windows and Linux
QT version if dynamically linking (qtdiag |head -n 3): Qt 6.3.0
Description of the problem including expected versus actual behavior: When changing from light to dark mode or vice versa the icon in the tray bar will not update. The code to support this has been implemented in #138 but there is an upstream bug in Qt causing it not to work. The issues is tracked https://bugreports.qt.io/browse/QTBUG-103093. We need to wait for either Qt to fix the bug or provide a new solution to implement this.
Steps to reproduce:
- Start ashirt
- Switch from light to dark or dark to light
OS version (
uname -aif on a Unix-like system. For windows runwinverand copy the text starting "Version "): Windows and LinuxQT version if dynamically linking (
qtdiag |head -n 3): Qt 6.3.0Description of the problem including expected versus actual behavior: When changing from light to dark mode or vice versa the icon in the tray bar will not update. The code to support this has been implemented in #138 but there is an upstream bug in Qt causing it not to work. The issues is tracked https://bugreports.qt.io/browse/QTBUG-103093. We need to wait for either Qt to fix the bug or provide a new solution to implement this.
Steps to reproduce: