mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Get rid of auto_save, we always want to save
This commit is contained in:
@@ -847,14 +847,18 @@ xchat_exit (void)
|
||||
in_xchat_exit = TRUE;
|
||||
plugin_kill_all ();
|
||||
fe_cleanup ();
|
||||
if (prefs.autosave)
|
||||
|
||||
save_config ();
|
||||
if (prefs.save_pevents)
|
||||
{
|
||||
save_config ();
|
||||
if (prefs.save_pevents)
|
||||
pevent_save (NULL);
|
||||
pevent_save (NULL);
|
||||
}
|
||||
|
||||
if (prefs.autosave_url)
|
||||
{
|
||||
url_autosave ();
|
||||
}
|
||||
|
||||
sound_save ();
|
||||
notify_save ();
|
||||
ignore_save ();
|
||||
|
||||
Reference in New Issue
Block a user