mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
Fix displaying html characters in message boxes
This commit is contained in:
parent
f3b08102c4
commit
9de623120b
@ -88,6 +88,7 @@ MessageBox::Button MessageBox::messageBox(QWidget* parent,
|
||||
{
|
||||
if (m_nextAnswer == MessageBox::NoButton) {
|
||||
QMessageBox msgBox(parent);
|
||||
msgBox.setTextFormat(Qt::RichText);
|
||||
msgBox.setIcon(icon);
|
||||
msgBox.setWindowTitle(title);
|
||||
msgBox.setText(text);
|
||||
|
Loading…
x
Reference in New Issue
Block a user