Skip to content

Commit fedad2f

Browse files
JMenu, remove test icon
1 parent a1887df commit fedad2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: app/src/cc/arduino/view/JMenuLazy.java

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ public JMenuLazy(String s) {
3434
public void setLoading(boolean loading) {
3535
this.loading = loading;
3636
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);
4137
}
4238

4339
public boolean isLoading() {

0 commit comments

Comments
 (0)