diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index d00859d5a..575d4f359 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -1254,7 +1254,7 @@ void ChannelView::addContextMenuItems( QGuiApplication::clipboard()->setText(copyString); }); - // Join to channel + // Open in new split. if (hoveredElement->getLink().type == Link::Url) { static QRegularExpression twitchChannelRegex( R"(^(?:https?:\/\/)?(?:www\.|go\.)?twitch\.tv\/(?[a-z0-9_]+))", @@ -1262,6 +1262,13 @@ void ChannelView::addContextMenuItems( static QSet ignoredUsernames{ "videos", "settings", + "directory", + "jobs", + "friends", + "inventory", + "payments", + "subscriptions", + "messages", }; auto twitchMatch =