Settings: Add a dev option to unlimit screenrecord filesize [2/2]
This commit is contained in:
@@ -185,4 +185,8 @@
|
|||||||
<!-- Game space -->
|
<!-- Game space -->
|
||||||
<string name="game_space_title">Game space</string>
|
<string name="game_space_title">Game space</string>
|
||||||
<string name="game_space_summary">Enhance your gaming experience</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>
|
</resources>
|
||||||
|
|||||||
@@ -654,6 +654,13 @@
|
|||||||
android:title="@string/usb_audio_disable_routing"
|
android:title="@string/usb_audio_disable_routing"
|
||||||
android:summary="@string/usb_audio_disable_routing_summary" />
|
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
|
<Preference
|
||||||
android:key="transcode_settings"
|
android:key="transcode_settings"
|
||||||
android:title="@string/transcode_settings_title"
|
android:title="@string/transcode_settings_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user