diff --git a/src/deckyPatches/NavPatch.tsx b/src/deckyPatches/NavPatch.tsx index 0f8dc0c..61830d0 100644 --- a/src/deckyPatches/NavPatch.tsx +++ b/src/deckyPatches/NavPatch.tsx @@ -41,7 +41,7 @@ export function disableNavPatch() { return; } -function setNavPatch(value: boolean) { +export function setNavPatch(value: boolean) { value ? enableNavPatch() : disableNavPatch(); storeWrite("enableNavPatch", value + ""); }