mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user