[Settings > Developer] Fix Asset Browser icon

This commit is contained in:
Beef 2023-04-07 22:43:59 +01:00
parent 48717d0e99
commit 361b541ddc

View file

@ -75,7 +75,7 @@ export default function Developer() {
<FormSection title="Other">
<FormRow
label="Asset Browser"
leading={<FormRow.Icon source={getAssetIDByName("ic_media_upload")} />}
leading={<FormRow.Icon source={getAssetIDByName("ic_image")} />}
trailing={FormRow.Arrow}
onPress={() => navigation.push("VendettaAssetBrowser")}
/>