BottomNavApp

fun BottomNavApp(di: DI, startDestination: String, onThemeChange: (AppTheme) -> Unit, onLanguageChange: (String) -> Unit, onNavigateToScreen: (String) -> Unit, onRestartServer: () -> Unit, onDeviceNameChange: (String) -> Unit, deviceName: String, onAutoFinishChange: (Boolean) -> Unit, onSaveToFolderChange: (String) -> Unit)