DesktopSettingsScreen

fun DesktopSettingsScreen(radioConfigViewModel: RadioConfigViewModel, settingsViewModel: SettingsViewModel, onNavigate: (Route) -> Unit)(source)

Desktop-specific top-level settings screen. Replaces the Android SettingsScreen which uses Android-specific APIs (Activity, permissions, etc.).

Shows radio configuration entry points that are fully shared in commonMain, plus app-level settings (theme, homoglyph, DB cache limit) and an App Info section (About link, version easter egg).