mirror of
https://github.com/Tha14/toxic.git
synced 2025-09-19 11:06:51 +02:00
properly close all groupchats on exit
This commit is contained in:
@@ -561,7 +561,7 @@ void kill_all_windows(Tox *m)
|
||||
if (windows[i].is_chat)
|
||||
kill_chat_window(&windows[i], m);
|
||||
else if (windows[i].is_groupchat)
|
||||
kill_groupchat_window(&windows[i]);
|
||||
close_groupchat(&windows[i], m, i);
|
||||
}
|
||||
|
||||
kill_prompt_window(prompt);
|
||||
|
Reference in New Issue
Block a user