From d7337ff69f0ee6ebbcdfc04686164b84c15a025e Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Sun, 31 Oct 2021 07:16:07 -0400 Subject: [PATCH] Add "drops" as an ignoredUsername for context menu twitch links (#3310) --- src/widgets/helper/ChannelView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index 64aca0e63..e1e8c9978 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -1935,7 +1935,7 @@ void ChannelView::addContextMenuItems( QRegularExpression::CaseInsensitiveOption); static QSet ignoredUsernames{ "videos", "settings", "directory", "jobs", "friends", - "inventory", "payments", "subscriptions", "messages", + "inventory", "payments", "subscriptions", "messages", "drops", }; auto twitchMatch =