Learn how to type challenge (impossible)

This commit is contained in:
MM20 2024-02-20 16:52:51 +01:00
parent bc046f7101
commit 3c9489d696
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 9 additions and 10 deletions

View File

@ -17,7 +17,6 @@ import de.mm20.launcher2.ui.component.preferences.ListPreference
import de.mm20.launcher2.ui.component.preferences.Preference
import de.mm20.launcher2.ui.component.preferences.PreferenceCategory
import de.mm20.launcher2.ui.component.preferences.PreferenceScreen
import de.mm20.launcher2.ui.component.preferences.SwitchPreference
import de.mm20.launcher2.ui.component.preferences.value
import de.mm20.launcher2.ui.locals.LocalNavController
import de.mm20.launcher2.ui.theme.getTypography
@ -86,10 +85,10 @@ fun AppearanceSettingsScreen() {
item {
PreferenceCategory(stringResource(R.string.preference_category_advanced)) {
ListPreference(
title = stringResource(R.string.preference_mdy_color_sorce),
title = stringResource(R.string.preference_mdy_color_source),
items = listOf(
stringResource(R.string.preference_mdy_color_sorce_system) to false,
stringResource(R.string.preference_mdy_color_sorce_wallpaper) to true,
stringResource(R.string.preference_mdy_color_source_system) to false,
stringResource(R.string.preference_mdy_color_source_wallpaper) to true,
),
value = compatModeColors,
onValueChanged = {

View File

@ -674,8 +674,8 @@
<string name="plugin_weather_provider_enable">Als Wetterdienst nutzen</string>
<string name="plugin_badge_official">Offiziell</string>
<string name="preference_plugin_enable">Plugin aktivieren</string>
<string name="preference_mdy_color_sorce_system">System</string>
<string name="preference_mdy_color_sorce_wallpaper">Hintergrundbild</string>
<string name="preference_mdy_color_source_system">System</string>
<string name="preference_mdy_color_source_wallpaper">Hintergrundbild</string>
<string name="preference_category_advanced">Erweitert</string>
<string name="preference_mdy_color_sorce">Quelle für dynamische Farben</string>
<string name="preference_mdy_color_source">Quelle für dynamische Farben</string>
</resources>

View File

@ -447,9 +447,9 @@
<string name="preference_colors_auto_generate">Generate from primary color</string>
<string name="preference_category_custom_colors_light">Light color scheme</string>
<string name="preference_category_custom_colors_dark">Dark color scheme</string>
<string name="preference_mdy_color_sorce">Source for dynamic colors</string>
<string name="preference_mdy_color_sorce_system">System</string>
<string name="preference_mdy_color_sorce_wallpaper">Wallpaper</string>
<string name="preference_mdy_color_source">Source for dynamic colors</string>
<string name="preference_mdy_color_source_system">System</string>
<string name="preference_mdy_color_source_wallpaper">Wallpaper</string>
<string name="preference_font">Font</string>
<string name="preference_font_system">System default</string>
<string name="preference_screen_about">About</string>