Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant add filter instruction #25

Closed
wants to merge 1 commit into from
Closed

Remove redundant add filter instruction #25

wants to merge 1 commit into from

Conversation

artism90
Copy link

@artism90 artism90 commented Sep 9, 2023

Fixes #20. The add filter button event handler and the add_filter() function both contained the identical add filter logic. I assume add_filter() is supposed to be the intended place for instancing new filter menu items while the other one was a leftover.

@artism90 artism90 closed this by deleting the head repository Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking the new filter button adds 2 new filters
1 participant