From 1090524dec643f3f3f73845f9095317d0996edd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Sat, 13 Mar 2021 15:09:26 +0100 Subject: [PATCH] Removed refresh label from usercard (#2514) Co-authored-by: pajlada --- CHANGELOG.md | 2 +- src/widgets/dialogs/UserInfoPopup.cpp | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1443df6..20540f65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - Minor: Added an option to only open channels specified in command line with `-c` parameter. You can also use `--help` to display short help message (#1940, #2368) - Minor: Added customizable timeout buttons to the user info popup - Minor: Deprecate loading of "v1" window layouts. If you haven't updated Chatterino in more than 2 years, there's a chance you will lose your window layout. -- Minor: User popup will now automatically display messages as they are received +- Minor: User popup will now automatically display messages as they are received. (#1982, #2514) - Minor: Changed the English in two rate-limited system messages (#1878) - Minor: Added a setting to disable messages sent to /mentions split from making the tab highlight with the red marker (#1994) - Minor: Added image for streamer mode in the user popup icon. diff --git a/src/widgets/dialogs/UserInfoPopup.cpp b/src/widgets/dialogs/UserInfoPopup.cpp index 283c8cb14..36a716844 100644 --- a/src/widgets/dialogs/UserInfoPopup.cpp +++ b/src/widgets/dialogs/UserInfoPopup.cpp @@ -195,8 +195,6 @@ UserInfoPopup::UserInfoPopup(bool closeAutomatically, QWidget *parent) .assign(&this->ui_.ignoreHighlights); auto usercard = user.emplace(this); usercard->getLabel().setText("Usercard"); - auto refresh = user.emplace(this); - refresh->getLabel().setText("Refresh"); auto mod = user.emplace