diff options
| author | Tanuj <thetanuj@hotmail.com> | 2026-06-17 15:44:33 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2026-06-17 15:44:33 +0530 |
| commit | b98c04030dee765fe964338e290f57884989fffb (patch) | |
| tree | ce00c1d300e0980569f6f4fe79d62b06dbae8f06 /app/src/main/res/values/strings.xml | |
| parent | ab5996e654138e68cba38c86afdfd227ff2ef545 (diff) | |
| download | SidePhOnelauncher-b98c04030dee765fe964338e290f57884989fffb.tar.gz SidePhOnelauncher-b98c04030dee765fe964338e290f57884989fffb.tar.bz2 SidePhOnelauncher-b98c04030dee765fe964338e290f57884989fffb.zip | |
Fixed a typo to fix build error
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 57ba895..6dd500c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -30,8 +30,7 @@ <string name="set_as_default_launcher_first">Set Olauncher default first</string> <string name="app_text_color">Text color</string> <string name="double_tap_to_lock_screen">Double tap to lock</string> - <!-- Home button for recents feature disabled --> - <!-- <string name="home_button_show_recents">Home button for recents</string> --> + <string name="home_button_show_recents">Home button for recents</string> <string name="admin_permission_message">Olauncher promises to use the accessibility permission responsibly. Olauncher does not collect or share any data.</string> <string name="about">About</string> <string name="off">Off</string> |
