Skip to content

Commit

Permalink
Prefer LaunchMenuFromHBM functions -> Launch Menu directly (no splash)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew1Hawes committed May 20, 2024
1 parent 0656c0a commit 8c0e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ WUPSConfigAPICallbackStatus ConfigMenuOpenedCallback(WUPSConfigCategoryHandle ro
auto advancedSettings = WUPSConfigCategory::Create("Advanced");

advancedSettings.add(WUPSConfigItemBoolean::Create(LAUNCH_MENU_DIRECT_CONFIG_ID,
"Prefer \"LaunchMenuFromHBM\" functions",
"Launch Menu directly (no splash)",
DEFAULT_LAUNCH_MENU_DIRECT_VALUE,
gLaunchMenuDirect,
&boolItemCallback));
Expand Down

0 comments on commit 8c0e12b

Please sign in to comment.