Merge pull request #1754 from Owain94/plugin-list-dirty-hack
pluginlist: Remove old dirty 'hack'
This commit is contained in:
@@ -203,11 +203,6 @@ public class PluginListItem extends JPanel
|
||||
toggleButton.setPreferredSize(new Dimension(25, 0));
|
||||
attachToggleButtonListener(toggleButton);
|
||||
|
||||
if (name.equals("OpenOSRS"))
|
||||
{
|
||||
toggleButton.setVisible(false);
|
||||
}
|
||||
|
||||
buttonPanel.add(toggleButton);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user