mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 00:26:22 +00:00
fix wrong text on setting
This commit is contained in:
parent
e36a20719f
commit
2a76b49f3a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ fun createAdvancedSettings(context: Context) = listOf(
|
||||||
{
|
{
|
||||||
SwitchPreference(it, Defaults.PREF_ENABLE_EMOJI_ALT_PHYSICAL_KEY)
|
SwitchPreference(it, Defaults.PREF_ENABLE_EMOJI_ALT_PHYSICAL_KEY)
|
||||||
},
|
},
|
||||||
Setting(context, Settings.PREF_SHOW_SETUP_WIZARD_ICON, R.string.prefs_enable_emoji_alt_physical_key_summary) {
|
Setting(context, Settings.PREF_SHOW_SETUP_WIZARD_ICON, R.string.show_setup_wizard_icon, R.string.show_setup_wizard_icon_summary) {
|
||||||
val ctx = LocalContext.current
|
val ctx = LocalContext.current
|
||||||
SwitchPreference(it, Defaults.PREF_SHOW_SETUP_WIZARD_ICON) { SystemBroadcastReceiver.toggleAppIcon(ctx) }
|
SwitchPreference(it, Defaults.PREF_SHOW_SETUP_WIZARD_ICON) { SystemBroadcastReceiver.toggleAppIcon(ctx) }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue