From 5936723f2ebfff4561851866ee161aaa86d989bd Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 18 Jul 2021 18:29:58 +0200 Subject: localgraph working, also prettier --- app/components/tweaks/tweaks.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/components/tweaks/tweaks.tsx') diff --git a/app/components/tweaks/tweaks.tsx b/app/components/tweaks/tweaks.tsx index 49754d0..e52e587 100644 --- a/app/components/tweaks/tweaks.tsx +++ b/app/components/tweaks/tweaks.tsx @@ -193,6 +193,10 @@ export const Tweaks = observer(function Tweaks(props: TweaksProps): JSX.Element value={physics.threedim} onValueChange={() => { setPhysics({ ...physics, threedim: !physics.threedim }) }} /> + { setPhysics({ ...physics, local: !physics.local }) }} + /> }, ]; -- cgit v1.2.3