mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 12:31:55 +00:00
Added Show in Dump command from other views for tags, Show in Taglist command from dump view for tags
This commit is contained in:
@@ -1146,6 +1146,10 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
viewResourcesActionPerformed(null);
|
||||
}
|
||||
|
||||
public void showTagListView() {
|
||||
viewTagListActionPerformed(null);
|
||||
}
|
||||
|
||||
private void viewResourcesActionPerformed(ActionEvent evt) {
|
||||
Configuration.dumpView.set(false);
|
||||
mainFrame.getPanel().showView(MainPanel.VIEW_RESOURCES);
|
||||
|
||||
Reference in New Issue
Block a user