Skip to content

Commit

Permalink
Merge pull request #3853 from Navid200/Navid_2025_01_10
Browse files Browse the repository at this point in the history
AOD bottom center setting fix
  • Loading branch information
jamorham authored Jan 24, 2025
2 parents 4728438 + 8975714 commit 54be14e
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 @@ -558,7 +558,7 @@
android:title="@string/title_aod_use_center" />
<CheckBoxPreference
android:defaultValue="true"
android:key="aod_use_top_center_bottom"
android:key="aod_use_center_bottom"
android:summary="@string/summary_aod_use_center_bottom"
android:title="@string/title_aod_use_center_bottom" />
<CheckBoxPreference
Expand Down

0 comments on commit 54be14e

Please sign in to comment.