fixes empty tooltips showing
This commit is contained in:
@@ -163,6 +163,8 @@ MessagePtr TwitchMessageBuilder::parse()
|
||||
|
||||
Link link;
|
||||
|
||||
qDebug() << linkString;
|
||||
|
||||
if (linkString.isEmpty()) {
|
||||
link = Link();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user