diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-03 23:09:55 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-03 23:09:55 -0700 |
commit | 04b1fde6ea77e7698870063c3f588da93d763544 (patch) | |
tree | 7fbff8e0d0c6afb31f5e993ed6ea6a4e9052b88b /extension/react-app/src | |
parent | 113991cb3797d27ad959d5d28b4b15ac2177bb46 (diff) | |
download | sncontinue-04b1fde6ea77e7698870063c3f588da93d763544.tar.gz sncontinue-04b1fde6ea77e7698870063c3f588da93d763544.tar.bz2 sncontinue-04b1fde6ea77e7698870063c3f588da93d763544.zip |
feat: :children_crossing: drag continue to right bar tip
Diffstat (limited to 'extension/react-app/src')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index ed73ce85..9456c235 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -428,6 +428,10 @@ function GUI(props: GUIProps) { > <u>Click to view logs</u> </p> + <div className="w-3/4 m-auto text-center text-xs"> + Tip: Drag the Continue logo from the far left of the window to the + right, then toggle Continue using option/alt+command+m. + </div> </> )} {history?.timeline.map((node: HistoryNode, index: number) => { |