Skip to content

Commit

Permalink
daisy: turn off bluetooth by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shivatejapeddi authored and V1t0rrr committed Jul 20, 2021
1 parent 89991a2 commit 5c31a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<resources>
<bool name="def_screen_brightness_automatic_mode">true</bool>

<bool name="def_bluetooth_on">true</bool>
<bool name="def_bluetooth_on">false</bool>

<!-- Default for UI touch sounds enabled -->
<bool name="def_sound_effects_enabled">false</bool>
Expand Down

0 comments on commit 5c31a88

Please sign in to comment.