Skip to content

Commit 02f8b39

Browse files
authored
use starting to fully remove the window (#1382)
1 parent 1af2eb7 commit 02f8b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/ui/Start.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Start {
7878
.addAWTEventListener({ event ->
7979
if (event.id != WindowEvent.WINDOW_OPENED) return@addAWTEventListener
8080

81-
visible = false
81+
starting = false
8282
}, AWTEvent.WINDOW_EVENT_MASK);
8383
}
8484
Image(

0 commit comments

Comments
 (0)