Skip to content

Commit 8bda49e

Browse files
committed
Refs #1. Removed auto-expand of the "invite" list in sessions.
1 parent d4204d2 commit 8bda49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/widgets/InSessionWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void InSessionWidget::initUI()
448448

449449
ui->wdgInvitees->setConfirmOnRemove(true);
450450
ui->wdgInvitees->setComManager(m_comManager);
451-
ui->wdgInvitees->showAvailableInvitees(true);
451+
//ui->wdgInvitees->showAvailableInvitees(true);
452452

453453
ui->btnInSessionInfos->setChecked(true);
454454
//ui->tabInfos->hide();

0 commit comments

Comments
 (0)