feat: Add copy button for both login & display name inside the user info popout (#3335)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
1xelerate
2021-11-06 08:44:27 -04:00
committed by GitHub
parent 67eff75873
commit a40677f4cd
3 changed files with 41 additions and 4 deletions
+2
View File
@@ -50,8 +50,10 @@ private:
struct {
Button *avatarButton = nullptr;
Button *localizedNameCopyButton = nullptr;
Label *nameLabel = nullptr;
Label *localizedNameLabel = nullptr;
Label *viewCountLabel = nullptr;
Label *followerCountLabel = nullptr;
Label *createdDateLabel = nullptr;