Make the warning dialog support rich text format + make text selectable.

This commit is contained in:
morg
2021-11-12 23:13:24 +01:00
parent e06318a012
commit e8c18f7cb4

View File

@@ -1435,6 +1435,9 @@ void OpenRGBDialog2::onShowDialogMessage()
box.exec();
box.setTextFormat(Qt::RichText);
box.setTextInteractionFlags(Qt::TextSelectableByMouse|Qt::TextBrowserInteraction);
dialog_message.clear();
}