abextm / keepassxc-runelite

BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Prevent error message pile-up #5

Closed LlemonDuck closed 3 years ago

LlemonDuck commented 3 years ago

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: image