diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-09 10:14:10 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-09 10:14:10 -0700 |
commit | 2b35e5f5cff948ca7d4f207b23db68f0da248a95 (patch) | |
tree | 514c9f96e736889ed66e29eb1dc7dcb99f95630d /extension/react-app/src/pages | |
parent | e33d579a1d2b643842827925d032c3de92cf5217 (diff) | |
download | sncontinue-2b35e5f5cff948ca7d4f207b23db68f0da248a95.tar.gz sncontinue-2b35e5f5cff948ca7d4f207b23db68f0da248a95.tar.bz2 sncontinue-2b35e5f5cff948ca7d4f207b23db68f0da248a95.zip |
feat: :lipstick: add context button (plus icon)
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 34e79a8f..a52e1ffc 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -315,7 +315,7 @@ function GUI(props: GUIProps) { "mainTextEntryCounter", (currentCount + 1).toString() ); - if (currentCount === 100) { + if (currentCount === -300) { dispatch( setDialogMessage( <div className="text-center p-4"> |