mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-27 03:06:24 -05: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
|
|
@ -36,7 +36,7 @@ export default function RpcControlBox() {
|
|||
variant="contained"
|
||||
endIcon={<PlayArrowIcon />}
|
||||
disabled={isRunning}
|
||||
onClick={() => {
|
||||
onInvoke={() => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
>
|
||||
|
|
@ -46,7 +46,7 @@ export default function RpcControlBox() {
|
|||
variant="contained"
|
||||
endIcon={<StopIcon />}
|
||||
disabled={!isRunning}
|
||||
onClick={() => {
|
||||
onInvoke={() => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
>
|
||||
|
|
@ -57,7 +57,7 @@ export default function RpcControlBox() {
|
|||
isIconButton
|
||||
size="small"
|
||||
tooltipTitle="Open the data directory of the Swap Daemon in your file explorer"
|
||||
onClick={() => {
|
||||
onInvoke={() => {
|
||||
throw new Error("Not implemented");
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue