mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Add support for detecting the system theme
This commit is contained in:
@@ -83,7 +83,7 @@ fun SettingsAppearance(navController: BackStack<Route>) {
|
||||
ChoicePreference(
|
||||
preference = vm.themeMode,
|
||||
choices = mapOf(
|
||||
// ThemeMode.System to R.string.follow_system_settings,
|
||||
ThemeMode.System to stringResource("theme_follow_system"),
|
||||
ThemeMode.Light to stringResource("theme_light"),
|
||||
ThemeMode.Dark to stringResource("theme_dark")
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user