Skip to content

terminalDisplay/TerminalFonts: fix checking if emojiFont is set

Yifan Zhu requested to merge work/fanzhuyifan/fix into master

QFont() constructs a font object that uses the application's default font. So testing if a font is set by comparing it against QFont() is not valid. Instead, test if the family name is empty.

BUG: 481211

Merge request reports