diff options
| -rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp index 8d15739..4489bc0 100644 --- a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp +++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | |||
| @@ -606,6 +606,7 @@ void QtUserSearchWindow::clear() { | |||
| 606 | howText = QString(tr("Who do you want to invite to the chat?")); | 606 | howText = QString(tr("Who do you want to invite to the chat?")); |
| 607 | } | 607 | } |
| 608 | firstMultiJIDPage_->howLabel_->setText(howText); | 608 | firstMultiJIDPage_->howLabel_->setText(howText); |
| 609 | firstMultiJIDPage_->groupBox->setEnabled(true); | ||
| 609 | } | 610 | } |
| 610 | clearForm(); | 611 | clearForm(); |
| 611 | resultsPage_->results_->setModel(nullptr); | 612 | resultsPage_->results_->setModel(nullptr); |
Swift