add friend dialog - hide email and trust strings if not in advanced mode

This commit is contained in:
RetroPooh 2017-01-23 18:31:00 +03:00
parent bcb1f19990
commit 5dc5496767

View File

@ -133,6 +133,11 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent) :
ui->horizontalLayout_13->hide(); // Advanced options - key sign, whitelist, direct source ...
AdvancedVisible=false;
ui->emailLabel->hide(); // is it ever used?
ui->emailEdit->hide();
ui->trustLabel->hide();
ui->trustEdit->hide();
}
unsigned int onlineCount = 0, friendCount = 0;