Skip to content

Commit

Permalink
Hide invalid files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-xd committed Aug 24, 2023
1 parent 4693367 commit b3e5a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/app_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
app:key="select_action"
app:title="@string/select_action" />
<emu.skyline.preference.RefreshSwitchPreferenceCompat
android:defaultValue="false"
android:defaultValue="true"
android:summaryOff="@string/filter_invalid_files_desc_off"
android:summaryOn="@string/filter_invalid_files_desc_on"
app:key="filter_invalid_files" />
Expand Down

0 comments on commit b3e5a2e

Please sign in to comment.