In KeePassXcPanel#open(GetLogins.Response), the panel is cleared before adding the login buttons, but this clearing is not performed on KeePassXcPanel#open(GetLogins.Response), which could cause error messages to pile up on top of each other, instead of replacing each other.
Without the fix, if multiple errors are encountered:
In
KeePassXcPanel#open(GetLogins.Response)
, the panel is cleared before adding the login buttons, but this clearing is not performed onKeePassXcPanel#open(GetLogins.Response)
, which could cause error messages to pile up on top of each other, instead of replacing each other.Without the fix, if multiple errors are encountered: