Add "drops" as an ignoredUsername for context menu twitch links (#3310)
This commit is contained in:
@@ -1935,7 +1935,7 @@ void ChannelView::addContextMenuItems(
|
||||
QRegularExpression::CaseInsensitiveOption);
|
||||
static QSet<QString> ignoredUsernames{
|
||||
"videos", "settings", "directory", "jobs", "friends",
|
||||
"inventory", "payments", "subscriptions", "messages",
|
||||
"inventory", "payments", "subscriptions", "messages", "drops",
|
||||
};
|
||||
|
||||
auto twitchMatch =
|
||||
|
||||
Reference in New Issue
Block a user