Skip to content

Commit

Permalink
Merge pull request #183 from chenxiaolong/prefs
Browse files Browse the repository at this point in the history
Allow changing output settings while call recording is disabled
  • Loading branch information
chenxiaolong authored Nov 28, 2022
2 parents ca04194 + cd31a9a commit cd50c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
app:iconSpaceReserved="false" />

<Preference
app:dependency="call_recording"
app:key="output_dir"
app:persistent="false"
app:title="@string/pref_output_dir_name"
app:summary="@string/pref_output_dir_desc"
app:iconSpaceReserved="false" />

<Preference
app:dependency="call_recording"
app:key="output_format"
app:persistent="false"
app:title="@string/pref_output_format_name"
Expand Down

0 comments on commit cd50c75

Please sign in to comment.