Skip to content

Commit

Permalink
ImageZoom: fix typo (Vendicated#1832)
Browse files Browse the repository at this point in the history
torzod authored Oct 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 635b80c commit 38daf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/imageZoom/index.tsx
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 38daf6e

Please sign in to comment.