feat(ui): add security preference to settings

Add a new security preference in the settings screen that links to the
SECURITY.md file on GitHub. This includes a new security icon and
localized strings for multiple languages.
This commit is contained in:
2026-05-15 21:51:07 +02:00
parent f7ddc30127
commit 5d7df9550e
12 changed files with 45 additions and 0 deletions
+2
View File
@@ -123,6 +123,8 @@
<string name="pref_audio_effects_title">Lydeffekter</string>
<string name="pref_bass_boost_title">Bas-forstærkning</string>
<string name="pref_bass_boost_summary">Øg basforstærkningen.</string>
<string name="pref_security_title">Sikkerhed</string>
<string name="pref_security_summary">Lær mere om sikkerheden for denne applikation</string>
<string name="pref_reverb_title">Hall</string>
<string name="pref_reverb_summary">Juster hall-blanding.</string>
<string name="pref_drc_title">Dynamisk rækkeviddekomprimering</string>