Skip to content

Commit

Permalink
Enable Web Popup preference by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlepptop authored Jul 24, 2023
1 parent 3134b59 commit d99a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
android:summary="@string/pref_fake_user_agent_sum"
android:title="@string/pref_fake_user_agent"/>
<CheckBoxPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="pref_popup"
android:summary="@string/pref_popup_sum"
android:title="@string/pref_popup"/>
Expand Down

0 comments on commit d99a365

Please sign in to comment.