mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 23:02:04 +01:00
Minor cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user