diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-21 15:11:22 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-21 15:11:22 -0500 |
commit | 4296db235894f8d403fc656f76e2a3578ca2d597 (patch) | |
tree | 68701e7134ff051c5d5dbf7ca4df9b149186a275 /ZeroTierUI/mainwindow.ui | |
parent | 31d718c4a49ddebea2fdb6c64c438295f1284a6f (diff) | |
download | infinitytier-4296db235894f8d403fc656f76e2a3578ca2d597.tar.gz infinitytier-4296db235894f8d403fc656f76e2a3578ca2d597.zip |
Add configuration age to listnetworks results and GUI.
Diffstat (limited to 'ZeroTierUI/mainwindow.ui')
-rw-r--r-- | ZeroTierUI/mainwindow.ui | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ZeroTierUI/mainwindow.ui b/ZeroTierUI/mainwindow.ui index 025ac6cd..c5103624 100644 --- a/ZeroTierUI/mainwindow.ui +++ b/ZeroTierUI/mainwindow.ui @@ -110,7 +110,7 @@ <string notr="true">border: 0;</string> </property> <property name="text"> - <string>0000000000 (OFFLINE, 0 peers) </string> + <string>0000000000 (OFFLINE, v0.0.0, 0 peers) </string> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextOnly</enum> @@ -203,7 +203,6 @@ <property name="title"> <string>File</string> </property> - <addaction name="actionJoin_Network"/> <addaction name="separator"/> <addaction name="actionExit"/> </widget> @@ -215,11 +214,6 @@ <string>About</string> </property> </action> - <action name="actionJoin_Network"> - <property name="text"> - <string>Join Network</string> - </property> - </action> <action name="actionExit"> <property name="text"> <string>Exit</string> |