diff options
author | Alexander Grahn <agrahn@users.noreply.github.com> | 2024-08-14 13:03:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 11:03:53 +0000 |
commit | 0e76ef0c332a8b26591dfda8d77dfcfb721e825e (patch) | |
tree | 403b9e9fcb147005310465d3ca2822fdfef036ec /app/src/main/res/values/arrays.xml | |
parent | 401e6cbdf7518bbaccbbb012673e67116217f780 (diff) |
directory structure setting moved to general settings (#3166)
* directory structure setting moved to general settings
* Update app/src/main/java/app/passwordstore/util/settings/PreferenceKeys.kt
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Alexander Grahn <agrahn@users.noreply.github.com>
---------
Signed-off-by: Alexander Grahn <agrahn@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 34df07cc..9f44710b 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -24,12 +24,12 @@ <item>classic</item> <item>diceware</item> </string-array> - <string-array name="oreo_autofill_directory_structure_entries"> + <string-array name="directory_structure_entries"> <item>work/example.org(.gpg)</item> <item>work/example.org/john@doe.org(.gpg)</item> <item>work/example.org/john@doe.org/password(.gpg)</item> </string-array> - <string-array name="oreo_autofill_directory_structure_values"> + <string-array name="directory_structure_values"> <item>encrypted_username</item> <item>file</item> <item>directory</item> |