diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/votann/core.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/votann/core.clj b/src/votann/core.clj index 50322eb..2f8b09f 100644 --- a/src/votann/core.clj +++ b/src/votann/core.clj @@ -9,6 +9,7 @@ {:fx/type :stage :max-width 1253 :max-height 860 + :on-close-request (fn [_] (System/exit 0)) :icons [(get-resource-path (str "leagues-of-votann/icon256x256.png")) (get-resource-path (str "leagues-of-votann/icon48x48.png")) (get-resource-path (str "leagues-of-votann/icon32x32.png"))] |