mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-13 00:02:04 +01:00
Minor cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ fun WindowDialog(
|
|||||||
positiveButtonText: String = "OK",
|
positiveButtonText: String = "OK",
|
||||||
onPositiveButton: (() -> Unit)? = null,
|
onPositiveButton: (() -> Unit)? = null,
|
||||||
keyboardShortcuts: Map<Key, (KeyEvent) -> Boolean> = emptyMap(),
|
keyboardShortcuts: Map<Key, (KeyEvent) -> Boolean> = emptyMap(),
|
||||||
row: @Composable (RowScope.() -> Unit)
|
row: @Composable RowScope.() -> Unit
|
||||||
) = launchApplication {
|
) = launchApplication {
|
||||||
DisposableEffect(Unit) {
|
DisposableEffect(Unit) {
|
||||||
onDispose {
|
onDispose {
|
||||||
|
|||||||
Reference in New Issue
Block a user