aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/defaults.xml1
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index c96f22f3d..29a256afb 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -107,6 +107,7 @@
<string name="theme">light</string>
<string name="default_font_size">small</string>
<bool name="start_searching">false</bool>
+ <bool name="show_record_voice_btn">true</bool>
<string-array name="domains">
<item>pix-art.de</item>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 5b5876823..321a5f97a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -808,4 +808,6 @@
<string name="no_application_found_to_view_contact">No application found to view contact</string>
<string name="welcome_server_info">We recommend the use of blabber.im as your provider.</string>
<string name="no_location_permission">Pix-Art Messenger needs access to location services</string>
+ <string name="pref_show_record_voice_btn_summary">Show record voice button in chats as quick action</string>
+ <string name="pref_show_record_voice_btn">Show record voice button</string>
</resources>