Force refresh after settings update
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Pay From</string>
|
<string>From</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<property name="flat">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
@@ -705,7 +705,7 @@
|
|||||||
<item row="2" column="1" colspan="2">
|
<item row="2" column="1" colspan="2">
|
||||||
<widget class="QLabel" name="rcvBal">
|
<widget class="QLabel" name="rcvBal">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string> </string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -82,7 +82,10 @@ void RPC::setConnection(Connection* c) {
|
|||||||
ui->statusBar->showMessage("Ready!");
|
ui->statusBar->showMessage("Ready!");
|
||||||
|
|
||||||
refreshZECPrice();
|
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<void(json)>& cb) {
|
void RPC::getZAddresses(const std::function<void(json)>& cb) {
|
||||||
|
|||||||
Reference in New Issue
Block a user