ui/pluginopt: pass ui cancel to lua (nw)

This commit is contained in:
cracyc 2018-12-21 18:55:13 -06:00
parent a4fec03419
commit d6a609e12a

View File

@ -96,6 +96,9 @@ void menu_plugin_opt::handle()
case IPT_UI_CLEAR:
key = "clear";
break;
case IPT_UI_CANCEL:
key = "cancel";
break;
default:
return;
}