Skip to content

Commit

Permalink
Fix config menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Dec 22, 2023
1 parent f074a40 commit 02e4d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 02e4d54

Please sign in to comment.