mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-08 22:08:02 +02:00
remove redundant forceReload
This commit is contained in:
parent
11da1e7f13
commit
559415f285
1 changed files with 1 additions and 2 deletions
|
|
@ -390,8 +390,7 @@ bool CPasswordInputField::draw(const SRenderData& data) {
|
|||
CBox box{dotPosition, passSize};
|
||||
if (!dots.textFormat.empty()) {
|
||||
if (!dots.textAsset) {
|
||||
forceReload = true;
|
||||
fontCol.a = DOTALPHA;
|
||||
fontCol.a = DOTALPHA;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue