We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1887df commit fedad2fCopy full SHA for fedad2f
app/src/cc/arduino/view/JMenuLazy.java
@@ -34,10 +34,6 @@ public JMenuLazy(String s) {
34
public void setLoading(boolean loading) {
35
this.loading = loading;
36
this.setEnabled(!loading);
37
-
38
- File dir = new File(BaseNoGui.getContentFile("lib"), "icons/16x16");
39
- Icon leafIcon = new ImageIcon(new File(dir, "script.png").getAbsolutePath());
40
- this.setIcon(leafIcon);
41
}
42
43
public boolean isLoading() {
0 commit comments