Skip to content

Commit

Permalink
Also update password revealer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 15, 2024
1 parent 2988db3 commit 4a875d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/entry_password.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func (r *passwordRevealerRenderer) Refresh() {
if r.entry.disabled.Load() {
r.icon.Resource = theme.NewDisabledResource(r.icon.Resource)
}
canvas.Refresh(r.icon)
r.icon.Refresh()
}

0 comments on commit 4a875d9

Please sign in to comment.