format code, add confirmation to destroy muc, implement some disconnect logic

This commit is contained in:
2026-02-19 11:28:18 +00:00
parent 3f40d3da29
commit 39156af48a
4 changed files with 136 additions and 59 deletions

View File

@@ -80,6 +80,7 @@ func dropToSignInPage(err error) {
conf.Password = password_entry.Text()
conf.Nick = nickname_entry.Text()
conf.Insecure = insecure_check.Active()
conf.JoinBookmarks = true
var b bytes.Buffer
e := toml.NewEncoder(&b)