feat: cleaner minmode
This commit is contained in:
parent
80be99e17f
commit
ec1248e724
2 changed files with 1 additions and 2 deletions
|
@ -55,6 +55,6 @@ fun DisplayEntries(
|
||||||
DefaultDisplay()
|
DefaultDisplay()
|
||||||
} else {
|
} else {
|
||||||
InputEntries(minmode, watcherManager, onEntryClick)
|
InputEntries(minmode, watcherManager, onEntryClick)
|
||||||
OutputEntries(minmode, watcherManager, currentClick, outputs)
|
OutputEntries(watcherManager, currentClick, outputs)
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -22,7 +22,6 @@ import kotlin.io.path.pathString
|
||||||
@OptIn(ExperimentalUnitApi::class)
|
@OptIn(ExperimentalUnitApi::class)
|
||||||
@Composable
|
@Composable
|
||||||
fun OutputEntries(
|
fun OutputEntries(
|
||||||
minmode: Boolean,
|
|
||||||
watcherManager: WatcherManager,
|
watcherManager: WatcherManager,
|
||||||
currentClick: Int,
|
currentClick: Int,
|
||||||
outputs: MutableList<Path>
|
outputs: MutableList<Path>
|
||||||
|
|
Reference in a new issue