diff options
| author | Tanuj <thetanuj@hotmail.com> | 2026-06-17 13:46:51 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2026-06-17 13:46:51 +0530 |
| commit | 27b9c69d3dfc87b02352ef7923eb66bf941c6b1e (patch) | |
| tree | ea8ea0ff0a6d27f42d04c430047b70e04c066860 /app/src/main/res/values/strings.xml | |
| parent | 294c26b1b029bc6c676ab4046704301804694bee (diff) | |
| download | SidePhOnelauncher-27b9c69d3dfc87b02352ef7923eb66bf941c6b1e.tar.gz SidePhOnelauncher-27b9c69d3dfc87b02352ef7923eb66bf941c6b1e.tar.bz2 SidePhOnelauncher-27b9c69d3dfc87b02352ef7923eb66bf941c6b1e.zip | |
Home button for recents temporarily disabled
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8378c24..a05099d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,7 +2,8 @@ <string name="app_name" translatable="false">Olauncher</string> <string name="github" translatable="false">Github</string> <string name="lock_layout_description" translatable="false">lock layout description to be used a unique id to lock screen</string> - <string name="recents_layout_description" translatable="false">recents layout description to be used a unique id to show recent apps</string> + <!-- Home button for recents feature disabled --> + <!-- <string name="recents_layout_description" translatable="false">recents layout description to be used a unique id to show recent apps</string> --> <string name="olauncher_pro" translatable="false">Olauncher Pro</string> <string name="digital_minimalism" translatable="false"><u>Digital Minimalism</u></string> <string name="new_app_note_safe" translatable="false"><u>Note to Self</u>\n<sub><small>(Ad-Free)</small></sub></string> @@ -29,7 +30,8 @@ <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> - <string name="home_button_show_recents">Home button for recents</string> + <!-- Home button for recents feature disabled --> + <!-- <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> |
