Skip to content

Commit

Permalink
Add bool resource for update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Apr 8, 2022
1 parent df90eed commit 6fc113f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/app/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="display_adult_content_pref">false</bool>
<bool name="display_update_channel_pref">false</bool>
</resources>
1 change: 1 addition & 0 deletions app/src/github/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="display_adult_content_pref">true</bool>
<bool name="display_update_channel_pref">true</bool>
</resources>

0 comments on commit 6fc113f

Please sign in to comment.