manager: Add sort options on module's appbar (#2308)

module list will be sorted by options when these are enabled:

![83d5cd3d23b8f6c36b52e731f5e21a97](https://github.com/user-attachments/assets/eaadc1a3-21c6-4b73-a55f-206b6faa7d2d)
It will be very friendly and convenient  when manager has many modules.
This commit is contained in:
Michelle Rodriguez
2024-12-25 19:48:28 +08:00
committed by GitHub
parent 6eba848228
commit 2e2d9b9c04
4 changed files with 102 additions and 34 deletions

View File

@@ -21,6 +21,8 @@
<string name="module_failed_to_disable">无法禁用模块: %s</string>
<string name="module_empty">没有安装模块</string>
<string name="module">模块</string>
<string name="module_sort_action_first">可执行优先</string>
<string name="module_sort_enabled_first">已启用优先</string>
<string name="uninstall">卸载</string>
<string name="module_install">安装</string>
<string name="install">安装</string>