fix event return value

This commit is contained in:
2024-11-24 17:10:40 -06:00
committed by Celtic Minstrel
parent 35fcc04d6c
commit 5b4cef4bc7

View File

@@ -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) {