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
|
val clipboard = LocalClipboardManager.current
|
||||||
var showStackTrace by remember { mutableStateOf(false) }
|
var showStackTrace by remember { mutableStateOf(false) }
|
||||||
|
|
||||||
MaterialDialog {
|
MaterialDialog (
|
||||||
|
onCloseRequested = onAccept,
|
||||||
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.width(580.dp)
|
.width(580.dp)
|
||||||
|
Loading…
Reference in New Issue
Block a user