diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 15:40:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 15:40:40 +0300 |
| commit | d689a36fd46eefb2306980020080019bec12f027 (patch) | |
| tree | 22027c978d9dcd40a89c6db595bdbf133163b09e /org.fox.ttrss/src/main/res/values/strings.xml | |
| parent | 06c44ff7d5da3ef0040355c649e3ab97b295bd3d (diff) | |
add option to enable dynamic colors
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index 9512bc90..346a30c6 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -309,5 +309,7 @@ <string name="headlines_set_display_mode">Set display mode</string> <string name="window_secure_mode_summary">Disables screenshots and hides window contents on non-secure displays</string> <string name="window_secure_mode">Secure window mode</string> + <string name="enable_dynamic_colors_summary">Tints the UI according to color settings of your device</string> + <string name="enable_dynamic_colors">Dynamic colors</string> </resources> |