diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-21 15:36:12 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-21 15:36:12 -0700 |
commit | 559a5301c382934f48c81f476909931a0a0e9b44 (patch) | |
tree | e524a302c67527aba3e83bf83715b35cd59dc25e /extension/react-app/src/tabs/gui.tsx | |
parent | a1f9bfd25c2df807ccc49be67b0bc0e57321c272 (diff) | |
download | sncontinue-559a5301c382934f48c81f476909931a0a0e9b44.tar.gz sncontinue-559a5301c382934f48c81f476909931a0a0e9b44.tar.bz2 sncontinue-559a5301c382934f48c81f476909931a0a0e9b44.zip |
initial ideas
Diffstat (limited to 'extension/react-app/src/tabs/gui.tsx')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index f0e3ffd4..cbc0e8af 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -470,7 +470,7 @@ function GUI(props: GUIProps) { Contribute Data </span> </div> - {/* <HeaderButtonWithText + <HeaderButtonWithText onClick={() => { setUsingFastModel((prev) => !prev); }} @@ -481,7 +481,7 @@ function GUI(props: GUIProps) { > {usingFastModel ? "⚡" : "🧠"} </div> - </HeaderButtonWithText> */} + </HeaderButtonWithText> <HeaderButtonWithText onClick={() => { client?.sendClear(); |