Implement the "inline" account switch button
Make the account switch listview into a widget
This commit is contained in:
@@ -113,8 +113,9 @@ void SplitHeader::updateChannelText()
|
||||
"<br>"
|
||||
"Live for " +
|
||||
twitchChannel->streamUptime + " with " +
|
||||
twitchChannel->streamViewerCount + " viewers"
|
||||
"</p>");
|
||||
twitchChannel->streamViewerCount +
|
||||
" viewers"
|
||||
"</p>");
|
||||
} else {
|
||||
this->channelNameLabel.setText(QString::fromStdString(channelName));
|
||||
this->setToolTip("");
|
||||
|
||||
Reference in New Issue
Block a user