use different window frame for user popup based on the setting

This commit is contained in:
fourtf
2020-08-13 17:17:53 +02:00
parent b2ae2e598f
commit 6f4f66b9d0
4 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class UserInfoPopup final : public BaseWindow
Q_OBJECT
public:
UserInfoPopup();
UserInfoPopup(bool closeAutomatically);
void setData(const QString &name, const ChannelPtr &channel);