Skip to content

Commit

Permalink
Change default setting for accept follower actions to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Aug 29, 2023
1 parent c53c844 commit 0d8af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/xdrip_plus_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
android:summary="@string/this_device_will_send_data_to_followers"
android:title="@string/be_master_for_followers" />
<CheckBoxPreference
android:defaultValue="true"
android:defaultValue="false"
android:dependency="plus_follow_master"
android:key="plus_accept_follower_actions"
android:summary="@string/summary_plus_accept_follower_actions"
Expand Down

0 comments on commit 0d8af21

Please sign in to comment.