Skip to content

Commit

Permalink
uh oh
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Sep 27, 2023
1 parent 1091557 commit 5136893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deckyPatches/NavPatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function disableNavPatch() {
return;
}

function setNavPatch(value: boolean) {
export function setNavPatch(value: boolean) {
value ? enableNavPatch() : disableNavPatch();
storeWrite("enableNavPatch", value + "");
}

0 comments on commit 5136893

Please sign in to comment.