fix icon path: use png for alpha-channel

This commit is contained in:
CodeSteak 2019-06-12 19:07:29 +02:00
parent 9a9a1e0056
commit b5545e1bae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Main : App(StartupView::class) {
stage.width = 1008.00
stage.height = 535.00
stage.isResizable = true
stage.icons.add(Image("icons/TextureSync_Icon_256x256.jpeg"))
stage.icons.add(Image("icons/TextureSync_Icon_256x256.png"))
stage.setOnCloseRequest { System.exit(0) }
super.start(stage)