mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Document what webConfigSetUserAgentAdditionalString is used for.
This commit is contained in:
parent
344d87a3e4
commit
b58bc0a5dc
@ -287,7 +287,7 @@ Result webConfigSetShopJump(WebCommonConfig* config, bool flag);
|
||||
Result webConfigSetLobbyParameter(WebCommonConfig* config, const char* str);
|
||||
|
||||
/**
|
||||
* @brief Sets the UserAgentAdditionalString.
|
||||
* @brief Sets the UserAgentAdditionalString. " " followed by this string are appended to the normal User-Agent string.
|
||||
* @note Only available with config created by \ref webPageCreate on [4.0.0+].
|
||||
* @param config WebCommonConfig object.
|
||||
* @param str String
|
||||
|
Loading…
Reference in New Issue
Block a user