fix: Correct experimental folder icon shape strings

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-01-24 17:32:51 +07:00
parent 9b2aa6a1b0
commit 6b350e58df
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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>
@@ -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,