feat(gui): Add button to display monero redeem recovery keys (#64)

This commit is contained in:
binarybaron 2024-09-06 14:23:36 +02:00 committed by GitHub
parent e4bddd2287
commit 177e3e9949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 90 additions and 49 deletions

View file

@ -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");
}}
>