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

[gui] Duplicate JMenuItem in Plugin Menu #2206

Open
1 of 3 tasks
cleanriceking opened this issue Jun 21, 2024 · 0 comments
Open
1 of 3 tasks

[gui] Duplicate JMenuItem in Plugin Menu #2206

cleanriceking opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
bug GUI Issues in jadx-gui module jadx-plugin
Milestone

Comments

@cleanriceking
Copy link

Issue details

In the JadxPlugin interface, within the init method, addMenuAction is used. After opening jadx, click on settings and then close it. When loading an APK file, you will find that the plugin menu contains duplicate JMenuItem entries.

The reason is that the public void addToPluginsMenu(Action item) method in MainWindow does not filter out duplicate JMenuItem entries.

Jadx version

1.5.0

Java version

21.0.3

OS

  • Windows
  • Linux
  • macOS
@cleanriceking cleanriceking added bug GUI Issues in jadx-gui module labels Jun 21, 2024
@skylot skylot self-assigned this Jun 28, 2024
@skylot skylot added this to the TBD milestone Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug GUI Issues in jadx-gui module jadx-plugin
Projects
None yet
Development

No branches or pull requests

2 participants