diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-18 04:09:04 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-18 04:09:04 +0100 |
commit | 356ebd2137eb5ca31486ed49ab8223c8256b1554 (patch) | |
tree | f3aa2214b928119b3d6e5ba22b8fa348fa929c25 /src/popup | |
parent | 2986afb3d4e5f750f34e68cd46e394e2da392a4a (diff) |
persistent logging
Diffstat (limited to 'src/popup')
-rw-r--r-- | src/popup/popup.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index 711650bc3..e9fa6a87b 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -492,6 +492,9 @@ function WalletDebug(props: any) { <button onClick={openExtensionPage("/src/pages/tree.html")}> show tree </button> + <button onClick={openExtensionPage("/src/pages/logs.html")}> + show logs + </button> <br /> <button onClick={confirmReset}> reset |