config/descriptions: add enable_anr_dialog

This commit is contained in:
Vaxry
2025-02-18 15:18:34 +00:00
parent fb8eaba83f
commit 3c1a2e9fca

View File

@@ -1187,6 +1187,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_INT, .type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{1000, 0, 5000}, .data = SConfigOptionDescription::SRangeData{1000, 0, 5000},
}, },
SConfigOptionDescription{
.value = "misc:enable_anr_dialog",
.description = "whether to enable the ANR (app not responding) dialog when your apps hang",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
},
/* /*
* binds: * binds: