fix event return value
This commit is contained in:
@@ -1244,6 +1244,7 @@ static bool prefs_event_filter (cDialog& me, std::string id, eKeyMod) {
|
||||
static bool reset_help(cDialog& me, std::string id, eKeyMod) {
|
||||
if(cChoiceDlog("confirm-reset-help", {"yes", "no"}, &me).show() == "yes")
|
||||
clear_pref("ReceivedHelp");
|
||||
return true;
|
||||
}
|
||||
|
||||
void pick_preferences(bool record) {
|
||||
|
Reference in New Issue
Block a user