Made 8 customizable timeout buttons
changed fixed timeout buttons to be read from settings
This commit is contained in:
@@ -29,6 +29,7 @@ private:
|
||||
void updateUserData();
|
||||
|
||||
void loadAvatar(const QUrl &url);
|
||||
void loadProfileBanner(const QUrl &url);
|
||||
bool isMod_;
|
||||
bool isBroadcaster_;
|
||||
|
||||
@@ -42,8 +43,9 @@ private:
|
||||
|
||||
struct {
|
||||
Button *avatarButton = nullptr;
|
||||
// RippleEffectLabel2 *viewLogs = nullptr;
|
||||
|
||||
// RippleEffectLabel2 *viewLogs = nullptr;
|
||||
QPixmap profileBanner;
|
||||
Label *nameLabel = nullptr;
|
||||
Label *viewCountLabel = nullptr;
|
||||
Label *followerCountLabel = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user