Add user IDs to user cards (#1247)
* Add user ids to user cards and a setting to the misc section of the settings * Fix letter casing * Forgot to run clang-format, now it's fixed * Fix crash in UserInfoPopup::updateUserData() * Removed setting as per Apa420's and fourtf's advice * Removed remnants of the setting
This commit is contained in:
@@ -48,6 +48,7 @@ private:
|
||||
Label *viewCountLabel = nullptr;
|
||||
Label *followerCountLabel = nullptr;
|
||||
Label *createdDateLabel = nullptr;
|
||||
Label *userIDLabel = nullptr;
|
||||
|
||||
QCheckBox *follow = nullptr;
|
||||
QCheckBox *ignore = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user