diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 13:18:15 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 13:18:15 +0200 |
commit | b285d3e2774c1fa3842821b3af7d7bb6a71f50de (patch) | |
tree | 148a0aa897ed777d00f72d361aae2c269ea5af96 /src | |
parent | 9b5c319cd9d5c249aa0f93d9dded0e99b4025915 (diff) |
popup
Diffstat (limited to 'src')
-rw-r--r-- | src/webex/pages/popup.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 2224a662f..968e99464 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -522,6 +522,9 @@ function WalletDebug(props: any) { <button onClick={openExtensionPage("/src/webex/pages/popup.html")}> wallet tab </button> + <button onClick={openExtensionPage("/src/webex/pages/benchmark.html")}> + benchmark + </button> <button onClick={openExtensionPage("/src/webex/pages/show-db.html")}> show db </button> |