Skip to content

Commit

Permalink
Add option to select/deselect all flags during import
Browse files Browse the repository at this point in the history
Merge pull request #847 from DerTyp7214/master-hotfix
  • Loading branch information
AkosPaha01 authored Jan 4, 2025
2 parents 0a8c5ca + 27e12c7 commit 4de484d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/res/menu/import_flags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<item
android:id="@+id/select_all"
android:icon="@drawable/ic_select_all"
android:title="@string/select_all"
app:showAsAction="ifRoom" />
<item
android:id="@+id/apply_flags"
android:icon="@drawable/ic_baseline_check_24"
android:title="@string/apply"
app:showAsAction="always" />
</menu>
</menu>

0 comments on commit 4de484d

Please sign in to comment.