manager: fix dark mode color issue

Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-11-20 17:01:54 +08:00
parent 6465e7a874
commit 6826406494
8 changed files with 75 additions and 40 deletions

View File

@@ -365,6 +365,6 @@
<string name="allowlist_backup_failed">备份失败</string>
<string name="allowlist_restore_title">还原允许列表</string>
<string name="allowlist_restore_summary_picker">选择备份文件进行导入</string>
<string name="allowlist_restore_success">还原成功</string>
<string name="allowlist_restore_success">还原成功,重启生效</string>
<string name="allowlist_restore_failed">还原失败</string>
</resources>

View File

@@ -367,7 +367,7 @@
<string name="allowlist_backup_summary_picker">Choose a location to export the allowlist</string>
<string name="allowlist_backup_success">Backup succeeded</string>
<string name="allowlist_backup_failed">Backup failed</string>
<string name="allowlist_restore_title">Restore allowlist</string>
<string name="allowlist_restore_title">Restoration successful. Changes will take effect after restart.</string>
<string name="allowlist_restore_summary_picker">Choose a backup file to import</string>
<string name="allowlist_restore_success">Restore succeeded</string>
<string name="allowlist_restore_failed">Restore failed</string>