We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e91921 commit d9e23d8Copy full SHA for d9e23d8
src/ui/fandomlistwidget.cpp
@@ -865,7 +865,7 @@ void FandomListWidget::OnIgnoreCurrentFandom()
865
auto mode = FetchInclusionModeForList(ignoresItem);
866
if(ignoresItem->childCount() == 0)
867
mode = core::fandom_lists::EInclusionMode::im_exclude;
868
- AddFandomToList(ignoresItem, id, core::fandom_lists::EInclusionMode::im_exclude);
+ AddFandomToList(ignoresItem, id, mode);
869
ScrollToFandom(ignoresItem, id);
870
}
871
0 commit comments