mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-23 08:19:57 -05: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
@ -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);
|
||||
|
@ -145,6 +145,7 @@ MessengerWindow::MessengerWindow(QWidget* parent, Qt::WFlags flags)
|
||||
ui.friendList->setShowStatusColumn(false);
|
||||
ui.friendList->setShowLastContactColumn(false);
|
||||
ui.friendList->setShowAvatarColumn(true);
|
||||
ui.friendList->setShowIPColumn(false);
|
||||
ui.friendList->setRootIsDecorated(true);
|
||||
ui.friendList->setShowGroups(false);
|
||||
processSettings(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user