Update RepositoryBox.java

This commit is contained in:
Kyle
2020-05-25 00:42:13 +01:00
committed by GitHub
parent ba3a24ab63
commit ca026a66e9

View File

@@ -116,7 +116,7 @@ public class RepositoryBox extends JPanel
titleActions.add(support, BorderLayout.WEST);
}
if (!name.equals("OpenOSRS"))
if (!name.equals("OpenOSRS") && !name.equals("Plugin-Hub"))
{
JLabel install = new JLabel();
install.setIcon(DELETE_ICON);