Skip to content

Commit

Permalink
Refs #1. Removed auto-expand of the "invite" list in sessions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Jul 28, 2021
1 parent d4204d2 commit 8bda49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/widgets/InSessionWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ void InSessionWidget::initUI()

ui->wdgInvitees->setConfirmOnRemove(true);
ui->wdgInvitees->setComManager(m_comManager);
ui->wdgInvitees->showAvailableInvitees(true);
//ui->wdgInvitees->showAvailableInvitees(true);

ui->btnInSessionInfos->setChecked(true);
//ui->tabInfos->hide();
Expand Down

0 comments on commit 8bda49e

Please sign in to comment.