Errors dialog can now be closed with ESC button
This commit is contained in:
parent
644f33ff2c
commit
07e98dae10
@ -32,7 +32,9 @@ fun ErrorDialog(
|
||||
val clipboard = LocalClipboardManager.current
|
||||
var showStackTrace by remember { mutableStateOf(false) }
|
||||
|
||||
MaterialDialog {
|
||||
MaterialDialog (
|
||||
onCloseRequested = onAccept,
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.width(580.dp)
|
||||
|
Loading…
Reference in New Issue
Block a user