Minor cleanup

This commit is contained in:
Syer10
2021-12-04 22:05:45 -05:00
parent a302898a92
commit c920df98e5

View File

@@ -57,7 +57,7 @@ fun WindowDialog(
positiveButtonText: String = "OK",
onPositiveButton: (() -> Unit)? = null,
keyboardShortcuts: Map<Key, (KeyEvent) -> Boolean> = emptyMap(),
row: @Composable (RowScope.() -> Unit)
row: @Composable RowScope.() -> Unit
) = launchApplication {
DisposableEffect(Unit) {
onDispose {