Fix config menu

This commit is contained in:
Maschell 2023-12-22 16:01:15 +01:00
parent 11bd473803
commit 762954b043
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ WUPSConfigAPICallbackStatus ConfigMenuOpenedCallback(WUPSConfigCategoryHandle ro
DEFAULT_HIDE_ALL_RPX_VALUE, gHideAllRPX,
&hideAllRPXChanged));
root.add(std::move(features));
} catch (std::exception &e) {
OSReport("Exception T_T : %s\n", e.what());
return WUPSCONFIG_API_CALLBACK_RESULT_ERROR;