Allow adding and deleting peers.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-05-29 22:47:52 +02:00
parent db7b24dd02
commit f7cbe841b7
2 changed files with 44 additions and 20 deletions
+4 -1
View File
@@ -305,7 +305,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="59.5"/>
<state key="normal" title="Add peer"/>
<connections>
<action selector="addPeer:" destination="RyR-s5-lBV" eventType="touchUpInside" id="Aug-zc-lQ6"/>
<action selector="addPeer:" destination="0VM-73-EPX" eventType="touchUpInside" id="Udv-Os-ZWn"/>
</connections>
</button>
</subviews>
@@ -345,6 +345,9 @@
<constraint firstAttribute="width" constant="40" id="Sj9-zg-bBf"/>
</constraints>
<state key="normal" image="trash"/>
<connections>
<action selector="deletePeer:" destination="gzz-88-0IG" eventType="touchUpInside" id="PIg-AX-df7"/>
</connections>
</button>
</subviews>
</stackView>