new icons by @as280093

This commit is contained in:
Aria Moradi
2021-02-21 23:37:11 +03:30
parent 648b8e5960
commit 9613cda79a
6 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ fun openInBrowser() {
Desktop.browseURL("http://127.0.0.1:4567")
}
val icon = Main::class.java.getResource("/icon/icon_round.png")
val icon = Main::class.java.getResource("/icon/faviconlogo.png")
fun systemTray(): SystemTray? {
// ref: https://github.com/dorkbox/SystemTray/blob/master/test/dorkbox/TestTray.java