Correctly theme download icon in settings (#6465)

This commit is contained in:
mueller-ma 2023-05-05 19:13:36 +02:00 committed by GitHub
parent 1bc053186d
commit 446b938b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
android:key="prefScreenDownloads"
android:title="@string/downloads_pref"
android:summary="@string/downloads_pref_sum"
android:icon="@drawable/ic_download_black" />
android:icon="@drawable/ic_download" />
<Preference
android:key="prefScreenSynchronization"