Browse Source

Add GUI for disconnected/banned peers

pull/9/head
Duke Leto 3 years ago
parent
commit
e1d6b8a98c
  1. 20
      src/mainwindow.ui

20
src/mainwindow.ui

@ -951,6 +951,26 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="recentlyBannedPeers">
<property name="text">
<string>
Looking For Recently Banned Peers ...
</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="recentlyDisconnectedPeers">
<property name="text">
<string>
Looking For Recently Disconnected Peers ...
</string>
</property>
</widget>
</item>
</layout>
</widget>

Loading…
Cancel
Save