mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-05 08:15:16 -04:00
feat(gui): Add button to display monero redeem recovery keys (#64)
This commit is contained in:
parent
e4bddd2287
commit
177e3e9949
14 changed files with 90 additions and 49 deletions
|
@ -46,7 +46,7 @@ export default function TorInfoBox() {
|
|||
variant="contained"
|
||||
disabled={isTorRunning}
|
||||
endIcon={<PlayArrowIcon />}
|
||||
onClick={() => {
|
||||
onInvoke={() => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
>
|
||||
|
@ -56,7 +56,7 @@ export default function TorInfoBox() {
|
|||
variant="contained"
|
||||
disabled={!isTorRunning}
|
||||
endIcon={<StopIcon />}
|
||||
onClick={() => {
|
||||
onInvoke={() => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue