Remove braces from if statement.

This commit is contained in:
rain-lua 2026-03-23 19:56:34 +01:00
parent e68046aa85
commit 58067852cf

View file

@ -164,9 +164,8 @@ void CPasswordInputField::updateDots() {
if (dots.currentAmount->goal() == passwordLength)
return;
if(checkWaiting && configCheckText.empty()){
if(checkWaiting && configCheckText.empty())
return;
}
if (passwordLength == 0)
dots.currentAmount->setValueAndWarp(passwordLength);