mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-27 11:05:49 +01:00
Core: added default true value to BLE reconnect to mirror actual behaviour
This commit is contained in:
parent
2efc564d21
commit
ead65ffd7d
@ -8,5 +8,6 @@
|
||||
android:key="prefs_key_device_auto_reconnect"
|
||||
android:title="@string/auto_reconnect_ble_title"
|
||||
android:summary="@string/auto_reconnect_ble_summary"
|
||||
android:layout="@layout/preference_checkbox" />
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:defaultValue="true" />
|
||||
</PreferenceScreen>
|
Loading…
Reference in New Issue
Block a user