friendlist - hide id column by default

This commit is contained in:
RetroPooh 2017-10-26 00:05:45 +03:00
parent f8fca19e1b
commit 54d49f1e33

View File

@ -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();