Implement Ignore hardware media button events option

This commit is contained in:
Nyan Cat 2023-02-04 15:31:08 +08:00 committed by Stypox
parent 2ee4c6e289
commit 42d861688e
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 20 additions and 0 deletions

View file

@ -83,6 +83,8 @@
<string name="clear_queue_confirmation_title">Ask for confirmation before clearing a queue</string>
<string name="clear_queue_confirmation_summary">Switching from one player to another may replace your queue</string>
<string name="clear_queue_confirmation_description">The active player queue will be replaced</string>
<string name="ignore_hardware_media_buttons_title">Ignore hardware media button events</string>
<string name="ignore_hardware_media_buttons_summary">Useful, for instance, if you are using a headset with broken physical buttons</string>
<string name="download_thumbnail_title">Load thumbnails</string>
<string name="download_thumbnail_summary">Turn off to prevent loading thumbnails, saving data and memory usage. Changes clear both in-memory and on-disk image cache</string>
<string name="show_comments_title">Show comments</string>