mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 14:22:31 -04:00
improved layout of chat prefs and hide broadcast tab that wasnt showing any useful option
This commit is contained in:
parent
8b7341185d
commit
8efd529af0
2 changed files with 356 additions and 342 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue