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

Fix for #460 #2605

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Fix for #460 #2605

merged 1 commit into from
Feb 13, 2022

Conversation

pjrobertson
Copy link
Member

Another very simple one. Add new actions to the existing dict, instead of replacing the dict entirely.

Right now, the last plugin to load QSApplicationActions for a certain app's bundle ID would chomp and overwrite any existing dictionary that was already loaded.

This change makes a Mutable dict for QSApplicationActions, and adds any new actions to the existing list, instead of blindly over-writing

Fixes #460

…oading plugins

Previously, the last plugin to create QSApplicationActions for a certain app's action would overwrite any existing actions.
This change adds the any new actions to the existing ones, instead of blindly over-writing

Fixes #460
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.

Allow more than one plugin to add actions for the same application
2 participants