1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 17:36:23 +00:00

ImageZoom: fix typo (#1832)

This commit is contained in:
nora 2023-10-25 16:37:07 -05:00 committed by GitHub
parent 635b80c58b
commit 38daf6ec2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ const imageContextMenuPatch: NavContextMenuPatchCallback = children => () => {
/>
<Menu.MenuCheckboxItem
id="vc-nearest-neighbour"
label="Nearset Neighbour"
label="Nearest Neighbour"
checked={settings.store.nearestNeighbour}
action={() => {
settings.store.nearestNeighbour = !settings.store.nearestNeighbour;