MP Lobby: disable ESC closure
This commit is contained in:
parent
af30309687
commit
3b739b73e9
1 changed files with 1 additions and 0 deletions
|
@ -897,6 +897,7 @@ void tlobby_main::pre_show(twindow& window)
|
|||
chat_log_container_ = find_widget<tmulti_page>(&window, "chat_log_container", false, true);
|
||||
|
||||
window.set_enter_disabled(true);
|
||||
window.set_escape_disabled(true);
|
||||
|
||||
window_ = &window;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue