diff --git a/src/plugins/copilot/copilotoptionspage.cpp b/src/plugins/copilot/copilotoptionspage.cpp index 001db87834d..5de3197735e 100644 --- a/src/plugins/copilot/copilotoptionspage.cpp +++ b/src/plugins/copilot/copilotoptionspage.cpp @@ -31,7 +31,8 @@ public: helpLabel->setTextFormat(Qt::MarkdownText); helpLabel->setWordWrap(true); helpLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse - | Qt::LinksAccessibleByKeyboard); + | Qt::LinksAccessibleByKeyboard + | Qt::TextSelectableByMouse); helpLabel->setOpenExternalLinks(true); // clang-format off