mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
enable story thumbs by default (#942)
This commit is contained in:
parent
1ae3fa72f9
commit
6b709f52d7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
android:key="pref_show_content_preview"
|
||||
android:title="@string/settings_show_content_preview" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="pref_show_thumbnails"
|
||||
android:title="@string/settings_show_thumbnails" />
|
||||
</PreferenceCategory>
|
||||
|
|
Loading…
Add table
Reference in a new issue