Update RepositoryBox.java
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user