mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
disable send link previews for now
This commit is contained in:
parent
04d87d1abe
commit
622ae9e436
1 changed files with 2 additions and 0 deletions
|
@ -482,11 +482,13 @@
|
|||
android:key="last_activity"
|
||||
android:summary="@string/pref_broadcast_last_activity_summary"
|
||||
android:title="@string/pref_broadcast_last_activity" />
|
||||
<!--
|
||||
<SwitchPreference
|
||||
android:defaultValue="@bool/send_link_previews"
|
||||
android:key="send_link_previews"
|
||||
android:summary="@string/pref_send_link_previews_summary"
|
||||
android:title="@string/pref_send_link_previews" />
|
||||
-->
|
||||
<SwitchPreference
|
||||
android:defaultValue="@bool/notifications_from_strangers"
|
||||
android:key="notifications_from_strangers"
|
||||
|
|
Loading…
Add table
Reference in a new issue