Update the icon of "open links in custom tab" setting
Some checks failed
Android CI / build (pull_request) Has been cancelled

This commit is contained in:
Arne 2025-01-24 16:25:03 +01:00
parent 26e27ce1f8
commit b5368a24e3

View file

@ -168,7 +168,7 @@
android:title="@string/pref_allow_screenshots" />
<SwitchPreferenceCompat
android:defaultValue="@bool/default_custom_tab"
android:icon="@drawable/ic_link_24dp"
android:icon="@drawable/browse_24dp"
android:key="custom_tab"
android:summary="@string/pref_custom_tab_summary"
android:title="@string/pref_custom_tab" />