-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Would being able to collapse a usercard into something like this be sufficient? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the follow-up @pajlada, the second image you posted now is close to what I am trying to achieve, although no user avatar image should be displayed. As per your last reply, 2 is what I am trying to achieve so chat+username (ID is not needed really, I would rather have the close and minimize buttons for the popup window there instead as part of the title bar). I don't need the block/ignore or moderator action buttons either, the image I previously attached is exactly the look I am trying to achieve. |
Beta Was this translation helpful? Give feedback.
-
How would I be able to collapse the usercard in this case? |
Beta Was this translation helpful? Give feedback.
If you're interested in making a custom build that removes the information you're not interested in, it would be easier to just delete that information in the first place. You'd want to look in
src/widgets/dialogs/UserInfoPopup.cpp
, specifically towards the bottom of its constructor (starts around line 256) - it's what's responsible for initializing its UI. You should be able to just delete the code that adds things like follower info etc