diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 2267199..5682ae2 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -22,7 +22,7 @@ - 0 + 1 @@ -249,7 +249,7 @@ false - Pay From + From false @@ -705,7 +705,7 @@ - + diff --git a/src/rpc.cpp b/src/rpc.cpp index 2c63d2c..318153b 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -82,7 +82,10 @@ void RPC::setConnection(Connection* c) { ui->statusBar->showMessage("Ready!"); refreshZECPrice(); - refresh(); + + // Force update, because this might be coming from a settings update + // where we need to immediately refresh + refresh(true); } void RPC::getZAddresses(const std::function& cb) {