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()
|
||||
} else {
|
||||
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)
|
||||
@Composable
|
||||
fun OutputEntries(
|
||||
minmode: Boolean,
|
||||
watcherManager: WatcherManager,
|
||||
currentClick: Int,
|
||||
outputs: MutableList<Path>
|
||||
|
|
Reference in a new issue