mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
RsLoginPassView: don't show strong password tip if logging in
This commit is contained in:
parent
6aa7143a24
commit
c3ba5511d8
@ -102,7 +102,7 @@ Item
|
|||||||
|
|
||||||
ToolTip
|
ToolTip
|
||||||
{
|
{
|
||||||
visible: passwordField.activeFocus
|
visible: passwordField.activeFocus && !loginView.loginPreset
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
text: qsTr("Choose a strong password and don't forget it,<br/>"+
|
text: qsTr("Choose a strong password and don't forget it,<br/>"+
|
||||||
"there is no way to recover lost password.",
|
"there is no way to recover lost password.",
|
||||||
|
Loading…
Reference in New Issue
Block a user