mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add "drops" as an ignoredUsername for context menu twitch links (#3310)
This commit is contained in:
parent
8b921ae663
commit
d7337ff69f
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue