aboutsummaryrefslogtreecommitdiff
path: root/src/webex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 13:18:15 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 13:18:15 +0200
commitb285d3e2774c1fa3842821b3af7d7bb6a71f50de (patch)
tree148a0aa897ed777d00f72d361aae2c269ea5af96 /src/webex
parent9b5c319cd9d5c249aa0f93d9dded0e99b4025915 (diff)
downloadwallet-core-b285d3e2774c1fa3842821b3af7d7bb6a71f50de.tar.xz
popup
Diffstat (limited to 'src/webex')
-rw-r--r--src/webex/pages/popup.tsx3
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>