Skip to content

Commit

Permalink
Fix taskbar icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Jun 13, 2024
1 parent 3ae07ba commit 6eb144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-dbg/flow_storm/debugger/ui/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
(when (.isSupported taskbar Taskbar$Feature/ICON_IMAGE)
(.setIconImage taskbar
(.getImage (Toolkit/getDefaultToolkit)
(io/resource "flowstorm/icon.png"))))))
(io/resource "flowstorm/icons/icon.png"))))))

(doto scene
(.setOnKeyPressed (event-handler
Expand Down

0 comments on commit 6eb144d

Please sign in to comment.