mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 21:34:22 -04:00
RsLoginPassView: don't show strong password tip if logging in
This commit is contained in:
parent
6aa7143a24
commit
c3ba5511d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue