mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-02 02:47:57 +02:00
Remove braces from if statement.
This commit is contained in:
parent
e68046aa85
commit
58067852cf
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue