chore: improve account

This commit is contained in:
hstyi
2025-06-24 16:56:06 +08:00
committed by hstyi
parent 1c8abf9cba
commit 01d0f9d4bd
8 changed files with 32 additions and 13 deletions

View File

@@ -362,6 +362,7 @@ class LoginServerDialog(owner: Window) : DialogWrapper(owner) {
super.doOKAction()
}
} catch (e: Exception) {
if (log.isErrorEnabled) log.error(e.message, e)
withContext(Dispatchers.Swing) {
OptionPane.showMessageDialog(
this@LoginServerDialog,