Opening the console on macOS, while in dark mode, the console prompt icon will not be colorized white like other icons. This applies the platformStyle
to the icon so that It can be colorized white.
While here, refactor the promptIcon
widget from a QPushButton
to QLabel
; which is more appropriate, per Qt Docs:
QLabel is used for displaying text or an image. No user interaction functionality is provided.
Master | PR |
---|---|