Merge pull request #9987 from Edwardsoen/add_high_resolution_to_default_option

Include a high-resolution option in the default resolution settings.
This commit is contained in:
Tobi 2023-09-24 17:54:18 +02:00 committed by GitHub
commit 1630e309fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 131 additions and 1 deletions

View file

@ -541,6 +541,10 @@
<item>240p</item>
<item>144p</item>
</string-array>
<string-array name="high_resolution_limit_data_usage_description_list">
<item>2160p</item>
<item>1440p</item>
</string-array>
<!-- Notifications settings -->
<string name="enable_streams_notifications_title">New streams notifications</string>
<string name="enable_streams_notifications_summary">Notify about new streams from subscriptions</string>