diff --git a/src/plugins/copilot/authwidget.cpp b/src/plugins/copilot/authwidget.cpp index 5047657b4ca..559dee30cf9 100644 --- a/src/plugins/copilot/authwidget.cpp +++ b/src/plugins/copilot/authwidget.cpp @@ -30,6 +30,8 @@ AuthWidget::AuthWidget(QWidget *parent) m_progressIndicator->setVisible(false); m_statusLabel = new QLabel(); m_statusLabel->setVisible(false); + m_statusLabel->setTextInteractionFlags(Qt::TextInteractionFlag::TextSelectableByMouse + | Qt::TextInteractionFlag::TextSelectableByKeyboard); // clang-format off Column {