Skip to content

Commit

Permalink
Back to original contributions manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Jan 9, 2025
1 parent 94dee41 commit 6df3bd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/processing/app/Mode.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
import processing.app.ui.Toolkit;
import processing.core.PApplet;

import static processing.app.contrib.ui.ContributionManagerKt.openContributionsManager;


public abstract class Mode {
protected Base base;
Expand Down Expand Up @@ -503,7 +501,7 @@ public void rebuildImportMenu() { //JMenu importMenu) {
}

JMenuItem manageLibs = new JMenuItem(Language.text("menu.library.manage_libraries"));
manageLibs.addActionListener(e -> openContributionsManager());
manageLibs.addActionListener(e -> ContributionManager.openLibraries());
importMenu.add(manageLibs);
importMenu.addSeparator();

Expand Down

0 comments on commit 6df3bd4

Please sign in to comment.