:white_check_mark: RESOLVED: I am wondering why th...
# compose-desktop
t
RESOLVED: I am wondering why there’s no default implementation for
onCloseRequest
of the new
Window
API? Why
onCloseRequest: () -> Unit
and why not
onCloseRequest: () -> Unit = { exitProcess(0) }
? 🤔
a
It is there in singleWindowApplication. In case of multiple windows it doesn’t make sense
t
ohh i didn’t knw about
singleWindowApplication
API. makes sense. thanks 👍
👍 1