aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Mining.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml
index f27a2b19..0b67028c 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -68,6 +68,14 @@ Rectangle {
text: qsTr("(only available for local daemons)")
visible: !walletManager.isDaemonLocal(appWindow.currentDaemonAddress)
}
+
+ Label {
+ id: soloSyncedLabel
+ fontSize: 18
+ color: "#D02020"
+ text: qsTr("Your daemon must be synchronized before you can start mining")
+ visible: walletManager.isDaemonLocal(appWindow.currentDaemonAddress) && !appWindow.daemonSynced
+ }
Text {
id: soloMainLabel