mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
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:
parent
7fca2836d6
commit
38bc87412d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
|||
|
||||
// load settings
|
||||
RsAutoUpdatePage::lockAllEvents();
|
||||
ui.friendList->setShowStatusColumn(true);
|
||||
ui.friendList->setShowStatusColumn(false);
|
||||
ui.friendList->setShowLastContactColumn(false);
|
||||
ui.friendList->setShowAvatarColumn(false);
|
||||
ui.friendList->setShowIPColumn(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue