Bug #1239 » 1239patch.diff
| client/gui-qt/menu.cpp | ||
|---|---|---|
|
connect(ask, &hud_message_box::accepted, [=]() {
|
||
|
if (client.conn.used) {
|
||
|
gui()->infotab->msgwdg->clr();
|
||
|
disconnect_from_server(TRUE);
|
||
|
}
|
||
|
});
|
||