improved layout of chat prefs and hide broadcast tab that wasnt showing any useful option

This commit is contained in:
csoler 2020-11-01 23:17:56 +01:00
parent 8b7341185d
commit 8efd529af0
2 changed files with 356 additions and 342 deletions

View file

@ -310,6 +310,9 @@ ChatPage::ChatPage(QWidget * parent, Qt::WindowFlags flags)
if(!mChatLobbyUserNotify)
mChatLobbyUserNotify = dynamic_cast<ChatLobbyUserNotify*>(*it);
}
// hide the broadcast page: it only shows "show/hide emoticons, which is really not much for an entire page
ui.tabWidget->removeTab(3);
}
void ChatPage::updateChatLobbyUserNotify()