Merge pull request #9502 from Jared234/8585_download_in_queue

Added option to download items in the queue
This commit is contained in:
Stypox 2022-12-31 19:34:07 +01:00 committed by GitHub
commit adc8f516e2
2 changed files with 13 additions and 0 deletions

View file

@ -16,4 +16,7 @@
<item
android:id="@+id/menu_item_share"
android:title="@string/share" />
<item
android:id="@+id/menu_item_download"
android:title="@string/download" />
</menu>