#74, #42 - Show a warning if there are no peers/internet is off

This commit is contained in:
adityapk
2018-12-13 15:39:38 -08:00
parent 8e91eef4f4
commit 077b1896a8
5 changed files with 44 additions and 5 deletions

View File

@@ -146,6 +146,19 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="nopeersWarning">
<property name="styleSheet">
<string notr="true">color: red;</string>
</property>
<property name="text">
<string>zcashd doesn't seem to have any peers. You might not be connected to the internet, so this Transaction might not work.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="syncingWarning">
<property name="styleSheet">