Add viewer list button to twitch channel header (#2042)

This commit is contained in:
Dave
2020-10-10 11:24:53 -04:00
committed by GitHub
parent e4d7f49952
commit 98762fdfa0
9 changed files with 31 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ Resources2::Resources2()
this->buttons.unvip = QPixmap(":/buttons/unvip.png");
this->buttons.update = QPixmap(":/buttons/update.png");
this->buttons.updateError = QPixmap(":/buttons/updateError.png");
this->buttons.viewersDark = QPixmap(":/buttons/viewersDark.png");
this->buttons.viewersLight = QPixmap(":/buttons/viewersLight.png");
this->buttons.vip = QPixmap(":/buttons/vip.png");
this->error = QPixmap(":/error.png");
this->icon = QPixmap(":/icon.png");