RsLoginPassView: don't show strong password tip if logging in

This commit is contained in:
Gioacchino Mazzurco 2017-04-10 14:54:20 +02:00
parent 6aa7143a24
commit c3ba5511d8

View File

@ -102,7 +102,7 @@ Item
ToolTip
{
visible: passwordField.activeFocus
visible: passwordField.activeFocus && !loginView.loginPreset
timeout: 5000
text: qsTr("Choose a strong password and don't forget it,<br/>"+
"there is no way to recover lost password.",