fix: Correct experimental folder icon shape strings
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
<string name="material_expressive_label">Material 3 Expressive</string>
|
||||
<string name="material_expressive_description">Enable Material 3 Expressive changes in workspace</string>
|
||||
|
||||
<string name="experimental_folder_shape_modify_label">Customizable folder shape</string>
|
||||
<string name="folder_shape_label">Folder</string>
|
||||
<string name="app_icon_shape_label">App</string>
|
||||
|
||||
|
||||
+1
-2
@@ -83,7 +83,7 @@ fun ExperimentalFeaturesPreferences(
|
||||
val enabled = enableFolderIconShapeCustomizationAdapter.state.value
|
||||
|
||||
NavigationActionPreference(
|
||||
label = stringResource(id = R.string.folder_shape_label),
|
||||
label = stringResource(id = R.string.experimental_folder_shape_modify_label),
|
||||
destination = if (enabled) GeneralIconShape(ShapeRoute.FOLDER_SHAPE) else null,
|
||||
subtitle = folderIconShapeSubtitle,
|
||||
endWidget = {
|
||||
@@ -200,7 +200,6 @@ fun ExperimentalFeaturesPreferences(
|
||||
stringResource(R.string.internal_label),
|
||||
stringResource(R.string.internal_description),
|
||||
) {
|
||||
// Lawnchair-TODO(Merge): Investigate Always Reload Icons
|
||||
Item {
|
||||
SwitchPreference(
|
||||
adapter = alwaysReloadIconsAdapter,
|
||||
|
||||
Reference in New Issue
Block a user