manager: Modify the Show KPM function to hidden and update the related settings.

This commit is contained in:
ShirkNeko
2025-06-03 15:26:03 +08:00
parent ec0b26a174
commit 675bb20f52
8 changed files with 13 additions and 13 deletions

View File

@@ -325,8 +325,8 @@
<string name="icon_switched">已切换图标</string>
<string name="root_require_for_install">需要 root 权限</string>
<!-- KPM display settings -->
<string name="show_kpm_info">显示 KPM 功能</string>
<string name="show_kpm_info_summary">在主页和底栏显示 KPM 相关功能和信息 (需要重新打开应用)</string>
<string name="show_kpm_info">隐藏 KPM 功能</string>
<string name="show_kpm_info_summary">在主页和底栏隐藏 KPM 相关功能和信息</string>
<!-- Webui X settings -->
<string name="use_webuix">选择使用的 WebUI 引擎</string>
<string name="engine_auto_select">自动选择</string>

View File

@@ -327,8 +327,8 @@
<string name="icon_switched">Icon switched</string>
<string name="root_require_for_install">Requires root privileges</string>
<!-- KPM display settings -->
<string name="show_kpm_info">Display KPM Function</string>
<string name="show_kpm_info_summary">Display KPM information and Function in home and bottom bar (Need to reopen the app)</string>
<string name="show_kpm_info">Hides KPM Function</string>
<string name="show_kpm_info_summary">Hides KPM information and Function in home and bottom bar</string>
<!-- Webui X settings -->
<string name="use_webuix">Select the WebUI engine to use</string>
<string name="engine_auto_select">Automatic Selection</string>