Settings: Add a dev option to unlimit screenrecord filesize [2/2]

This commit is contained in:
Ido Ben-Hur
2024-04-28 13:09:58 +03:00
committed by Joey
parent dc4ea5a0eb
commit daf89d8b00
2 changed files with 11 additions and 0 deletions

View File

@@ -185,4 +185,8 @@
<!-- Game space -->
<string name="game_space_title">Game space</string>
<string name="game_space_summary">Enhance your gaming experience</string>
<!-- Unlimit screenrecord -->
<string name="unlimit_screenrecord_title">Unlimit screenrecord</string>
<string name="unlimit_screenrecord_summary">Remove the 15GiB file size limit\nMay result in a larger than needed output file</string>
</resources>

View File

@@ -654,6 +654,13 @@
android:title="@string/usb_audio_disable_routing"
android:summary="@string/usb_audio_disable_routing_summary" />
<!-- Unlimit screenrecord -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="unlimit_screenrecord"
android:title="@string/unlimit_screenrecord_title"
android:summary="@string/unlimit_screenrecord_summary"
android:defaultValue="false" />
<Preference
android:key="transcode_settings"
android:title="@string/transcode_settings_title"