mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
friendlist - hide id column by default
This commit is contained in:
parent
f8fca19e1b
commit
54d49f1e33
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ QList<int> sizes;
|
|||
RsAutoUpdatePage::lockAllEvents();
|
||||
ui.friendList->setColumnVisible(FriendList::COLUMN_LAST_CONTACT, false);
|
||||
ui.friendList->setColumnVisible(FriendList::COLUMN_IP, false);
|
||||
ui.friendList->setColumnVisible(FriendList::COLUMN_ID, false);
|
||||
ui.friendList->setShowGroups(true);
|
||||
processSettings(true);
|
||||
RsAutoUpdatePage::unlockAllEvents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue