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 Jan 5, 2024
1 parent 52e7bd6 commit ae21cf1
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 @@ -64,7 +64,7 @@
app:key="select_action"
app:title="@string/select_action" />
<org.stratoemu.strato.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 ae21cf1

Please sign in to comment.