Update Plugin Hub risk label
As discussed in issue #10997 - using dekvall's label suggestion
This commit is contained in:
@@ -386,7 +386,9 @@ class PluginHubPanel extends PluginPanel
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
JLabel externalPluginWarning = new JLabel("<html>External plugins are not supported by the RuneLite Developers. " +
|
JLabel externalPluginWarning = new JLabel("<html>External plugins are verified to not be " +
|
||||||
|
"malicious or rule-breaking, but are not " +
|
||||||
|
"maintained by the RuneLite developers. " +
|
||||||
"They may cause bugs or instability.</html>");
|
"They may cause bugs or instability.</html>");
|
||||||
externalPluginWarning.setBackground(new Color(0xFFBB33));
|
externalPluginWarning.setBackground(new Color(0xFFBB33));
|
||||||
externalPluginWarning.setForeground(Color.BLACK);
|
externalPluginWarning.setForeground(Color.BLACK);
|
||||||
|
|||||||
Reference in New Issue
Block a user