mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
on exit try hiding last
this fixes the window hiding when the quit dialog pops up
This commit is contained in:
parent
45607703c2
commit
cbb8c88a0e
@ -3074,7 +3074,7 @@ mg_tabwindow_de_cb (GtkWidget *widget, GdkEvent *event, gpointer user_data)
|
||||
GSList *list;
|
||||
session *sess;
|
||||
|
||||
if (tray_toggle_visibility (FALSE) && prefs.hex_gui_tray_close && !hextray_mode ())
|
||||
if (prefs.hex_gui_tray_close && !hextray_mode () && tray_toggle_visibility (FALSE))
|
||||
return TRUE;
|
||||
|
||||
/* check for remaining toplevel windows */
|
||||
|
Loading…
Reference in New Issue
Block a user