mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 18:26:28 -05:00
refactor(gui): Do not store logs in redux-persist (#476)
* refactor(gui): Do not store logs in redux-persist * amend fmt
This commit is contained in:
parent
18f1f45642
commit
65a3ebdbe2
9 changed files with 46 additions and 23 deletions
|
|
@ -12,7 +12,7 @@ import { revealItemInDir } from "@tauri-apps/plugin-opener";
|
|||
import { TauriContextStatusEvent } from "models/tauriModel";
|
||||
|
||||
export default function DaemonControlBox() {
|
||||
const logs = useAppSelector((s) => s.rpc.logs);
|
||||
const logs = useAppSelector((s) => s.logs.state.logs);
|
||||
|
||||
// The daemon can be manually started if it has failed or if it has not been started yet
|
||||
const canContextBeManuallyStarted = useAppSelector(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue