Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Sep 29, 2019
1 parent 554f1c7 commit 3f3de1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<bool name="playstore_check_enabled">false</bool>

<!-- Show Intro Guides on First Run -->
<bool name="show_intro">true</bool>
<bool name="show_intro">false</bool>

<bool name="use_flat_card">true</bool>

Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/dashboard_languages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<item>ja_JP</item>
<item>ko_KR</item>
<item>pl_PL</item>
<ietm>pt_rBR</ietm>
<item>pt_rBR</item>
<item>ru_RU</item>
<item>es_ES</item>
</string-array>
Expand Down

0 comments on commit 3f3de1c

Please sign in to comment.