mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Hide ip column in friend list by default
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6728 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
961f079882
commit
4f9a107e83
2 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
|||
ui.friendList->setShowStatusColumn(true);
|
||||
ui.friendList->setShowLastContactColumn(false);
|
||||
ui.friendList->setShowAvatarColumn(false);
|
||||
ui.friendList->setShowIPColumn(false);
|
||||
ui.friendList->setRootIsDecorated(true);
|
||||
ui.friendList->setShowGroups(true);
|
||||
processSettings(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue