fix: surface zoitechat.conf/colors.conf save failures; add missing theme prefs fwd decl

This commit is contained in:
2026-03-16 21:55:36 -06:00
parent e90f0188c1
commit 96af9bdde6
15 changed files with 62 additions and 32 deletions

View File

@@ -1104,7 +1104,8 @@ zoitechat_exit (void)
plugin_kill_all ();
fe_cleanup ();
save_config ();
if (!save_config ())
g_printerr ("Could not save zoitechat.conf.\n");
if (prefs.save_pevents)
{
pevent_save (NULL);