mirror of
https://github.com/T8RIN/ImageToolbox.git
synced 2025-05-17 05:26:02 +08:00
Move to use non deprecated strings
This commit is contained in:
@ -179,8 +179,8 @@ sealed class Setting(
|
||||
)
|
||||
|
||||
data object GroupOptions : Setting(
|
||||
title = R.string.group_options_by_type,
|
||||
subtitle = R.string.group_options_by_type_sub
|
||||
title = R.string.group_tools_by_type,
|
||||
subtitle = R.string.group_tools_by_type_sub
|
||||
)
|
||||
|
||||
data object HelpTranslate : Setting(
|
||||
|
@ -41,8 +41,8 @@ fun GroupOptionsSettingItem(
|
||||
shape = shape,
|
||||
modifier = modifier,
|
||||
startIcon = Icons.Outlined.SettingsInputComposite,
|
||||
title = stringResource(R.string.group_options_by_type),
|
||||
subtitle = stringResource(R.string.group_options_by_type_sub),
|
||||
title = stringResource(R.string.group_tools_by_type),
|
||||
subtitle = stringResource(R.string.group_tools_by_type_sub),
|
||||
checked = settingsState.groupOptionsByTypes,
|
||||
onClick = {
|
||||
onClick()
|
||||
|
Reference in New Issue
Block a user