fixes empty tooltips showing

This commit is contained in:
fourtf
2018-01-17 03:26:32 +01:00
parent 776a975624
commit 8dc4f8945e
2 changed files with 9 additions and 3 deletions
+2
View File
@@ -163,6 +163,8 @@ MessagePtr TwitchMessageBuilder::parse()
Link link;
qDebug() << linkString;
if (linkString.isEmpty()) {
link = Link();
} else {