hide by default the status column, enable from the display menu.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7663 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-11-06 16:15:23 +00:00
parent 7fca2836d6
commit 38bc87412d

View File

@ -199,7 +199,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
// load settings // load settings
RsAutoUpdatePage::lockAllEvents(); RsAutoUpdatePage::lockAllEvents();
ui.friendList->setShowStatusColumn(true); ui.friendList->setShowStatusColumn(false);
ui.friendList->setShowLastContactColumn(false); ui.friendList->setShowLastContactColumn(false);
ui.friendList->setShowAvatarColumn(false); ui.friendList->setShowAvatarColumn(false);
ui.friendList->setShowIPColumn(false); ui.friendList->setShowIPColumn(false);