mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-27 09:23:57 -04:00
Make the warning dialog support rich text format + make text selectable.
This commit is contained in:
@@ -1435,6 +1435,9 @@ void OpenRGBDialog2::onShowDialogMessage()
|
||||
|
||||
box.exec();
|
||||
|
||||
box.setTextFormat(Qt::RichText);
|
||||
box.setTextInteractionFlags(Qt::TextSelectableByMouse|Qt::TextBrowserInteraction);
|
||||
|
||||
dialog_message.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user