feat: create function for small bottom row
This commit is contained in:
parent
5c8c5ab8c5
commit
96882e5c84
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import xyz.atnrch.wrench.watcher.WatcherManager
|
||||||
import java.nio.file.Path
|
import java.nio.file.Path
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun SmallBottomRow(
|
fun SmallFileBottomRow(
|
||||||
state: WindowState,
|
state: WindowState,
|
||||||
watcherManager: WatcherManager,
|
watcherManager: WatcherManager,
|
||||||
watcher: Watcher,
|
watcher: Watcher,
|
||||||
|
|
Reference in a new issue