mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Fixed theme setting support text
This commit is contained in:
parent
b7021b99bc
commit
daeaf749fd
@ -121,7 +121,7 @@ fun SettingsScreen(
|
|||||||
item {
|
item {
|
||||||
SettingsListItem(
|
SettingsListItem(
|
||||||
stringResource(R.string.theme_setting),
|
stringResource(R.string.theme_setting),
|
||||||
stringResource(R.string.theme_setting)
|
stringResource(R.string.theme_setting_support)
|
||||||
) { dialogState = DialogState.THEME }
|
) { dialogState = DialogState.THEME }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user