diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index 82f166e29..fd5fcb7ea 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -1934,8 +1934,21 @@ void ChannelView::addContextMenuItems( R"(^(?:https?:\/\/)?(?:www\.|go\.)?twitch\.tv\/(?:popout\/)?(?[a-z0-9_]{3,}))", QRegularExpression::CaseInsensitiveOption); static QSet ignoredUsernames{ - "videos", "settings", "directory", "jobs", "friends", - "inventory", "payments", "subscriptions", "messages", "drops", + "directory", // + "downloads", // + "drops", // + "friends", // + "inventory", // + "jobs", // + "messages", // + "payments", // + "profile", // + "security", // + "settings", // + "subscriptions", // + "turbo", // + "videos", // + "wallet", // }; auto twitchMatch =