Package-level declarations
Functions
Link copied to clipboard
fun ExpandableSectionHeader(title: String, expanded: Boolean, onToggle: () -> Unit, textColor: Color)
A clickable header that expands/collapses a section
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Settings(navController: NavHostController, uiState: SettingsViewModel.SettingsUiState, modifier: Modifier = Modifier, supportedLanguages: List<Language>, onLanguageSelected: (Language) -> Unit, selectedLanguageIndex: Int, storages: List<StorageUtils.StorageSpace>, onStorageSelected: (String) -> Unit, selectedStorageIndex: Int, resetSettings: () -> Unit, previewExpandedSection: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard