diff --git a/client/src/features/visualizer-threejs/constants.ts b/client/src/features/visualizer-threejs/constants.ts index 9207e93e8..722d0c46b 100644 --- a/client/src/features/visualizer-threejs/constants.ts +++ b/client/src/features/visualizer-threejs/constants.ts @@ -105,4 +105,5 @@ export const features = { statsEnabled: false, cameraControls: true, controlsVisualiserEnabled: true, + showEdgeRenderingCheckbox: false, }; diff --git a/client/src/features/visualizer-threejs/wrapper/Wrapper.tsx b/client/src/features/visualizer-threejs/wrapper/Wrapper.tsx index cdb10c622..5ab8ef71e 100644 --- a/client/src/features/visualizer-threejs/wrapper/Wrapper.tsx +++ b/client/src/features/visualizer-threejs/wrapper/Wrapper.tsx @@ -8,7 +8,7 @@ import { SelectedFeedInfo } from "./SelectedFeedInfo"; import ConfigControls from "../ConfigControls"; import useSearchStore from "~features/visualizer-threejs/store/search"; import { useTangleStore } from "~features/visualizer-threejs/store/tangle"; -import { SEARCH_RESULT_COLOR } from "~features/visualizer-threejs/constants"; +import { SEARCH_RESULT_COLOR, features } from "~features/visualizer-threejs/constants"; import { isSearchMatch } from "~features/visualizer-threejs/hooks/useSearch"; export const Wrapper = ({ @@ -105,17 +105,19 @@ export const Wrapper = ({ )} - {isEdgeRenderingEnabled !== undefined && setEdgeRenderingEnabled !== undefined && ( -