Skip to content

Commit

Permalink
logo icon
Browse files Browse the repository at this point in the history
  • Loading branch information
serifpersia committed Jul 17, 2024
1 parent c97ab47 commit 08b6104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/serifpersia/esp32partitiontool/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public void updateFrame() {
frame.setSize(800, 567);
}
frame.setLocationRelativeTo(null);
frame.setIconImage(new ImageIcon(getClass().getResource("/logo-icon.png")).getImage());
fsPanel.setVisible(settings.hasFSPanel);
}

Expand Down
Binary file added src/main/resources/logo-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08b6104

Please sign in to comment.