Skip to content

Commit

Permalink
Enable external links in prepaid builds
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Feb 11, 2024
1 parent a1be02c commit 40aba94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/prepaid/res/values/bools.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">false</bool>
<bool name="hide_google_relations">true</bool>
<bool name="hide_all_external_links">true</bool>
<bool name="hide_google_relations">false</bool>
<bool name="hide_all_external_links">false</bool>
<bool name="pretend_thank_you_installed">true</bool>
</resources>

0 comments on commit 40aba94

Please sign in to comment.