[Settings > Developer] Fix Asset Browser icon
This commit is contained in:
parent
48717d0e99
commit
361b541ddc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default function Developer() {
|
||||||
<FormSection title="Other">
|
<FormSection title="Other">
|
||||||
<FormRow
|
<FormRow
|
||||||
label="Asset Browser"
|
label="Asset Browser"
|
||||||
leading={<FormRow.Icon source={getAssetIDByName("ic_media_upload")} />}
|
leading={<FormRow.Icon source={getAssetIDByName("ic_image")} />}
|
||||||
trailing={FormRow.Arrow}
|
trailing={FormRow.Arrow}
|
||||||
onPress={() => navigation.push("VendettaAssetBrowser")}
|
onPress={() => navigation.push("VendettaAssetBrowser")}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue