[network/ruqola] src/widgets/dialogs: setVisible(false)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit aaee5468feddd3cbc46ced2c5fb33d8544e472c0 by Laurent Montel.
Committed on 18/07/2026 at 20:54.
Pushed by mlaurent into branch 'master'.
setVisible(false)
M +2 -1 src/widgets/dialogs/directchannelinfowidget.cpp
https://invent.kde.org/network/ruqola/-/commit/aaee5468feddd3cbc46ced2c5fb33d8544e472c0
diff --git a/src/widgets/dialogs/directchannelinfowidget.cpp b/src/widgets/dialogs/directchannelinfowidget.cpp
index 04d0702bcd..4230981a7e 100644
--- a/src/widgets/dialogs/directchannelinfowidget.cpp
+++ b/src/widgets/dialogs/directchannelinfowidget.cpp
@@ -221,7 +221,8 @@ void DirectChannelInfoWidget::setUser(const User &user)
label->setFont(f);
mFormLayout->addRow(label, emailsInfoLabel);
}
- mDirectChannelActionWidget->setVisible(user.userId() != mRocketChatAccount->userId());
+ // mDirectChannelActionWidget->setVisible(user.userId() != mRocketChatAccount->userId());
+ mDirectChannelActionWidget->setVisible(false); // TODO
}
DirectChannelActionWidget::DirectChannelActionWidget(QWidget *parent)