chg: Move the playlist duplicates option to preferences

As per the recommendation of @eddyizm
This commit is contained in:
SinTan1729 2025-10-06 21:47:57 -05:00
parent a22883fdde
commit 1c2f1aa061
No known key found for this signature in database
GPG key ID: 0538DD402EA50898
6 changed files with 43 additions and 28 deletions

View file

@ -23,12 +23,4 @@
android:layout_weight="1"
android:layout_marginTop="8dp"
android:clipToPadding="false" />
<CheckBox
android:id="@+id/playlist_chooser_dialog_skip_duplicates"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:text="@string/playlist_chooser_dialog_skip_duplicates"
android:checked="true" />
</LinearLayout>