Skip to content
Snippets Groups Projects
Commit 05592975 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

SOCIAL-660 Pass skin value in viewer stats log message

parent 378585e7
No related branches found
No related tags found
No related merge requests found
...@@ -852,6 +852,8 @@ void send_stats() ...@@ -852,6 +852,8 @@ void send_stats()
body["DisplayNamesEnabled"] = gSavedSettings.getBOOL("UseDisplayNames"); body["DisplayNamesEnabled"] = gSavedSettings.getBOOL("UseDisplayNames");
body["DisplayNamesShowUsername"] = gSavedSettings.getBOOL("NameTagShowUsernames"); body["DisplayNamesShowUsername"] = gSavedSettings.getBOOL("NameTagShowUsernames");
body["MinimalSkin"] = !gSavedSettings.getString("SessionSettingsFile").empty();
LLViewerStats::getInstance()->addToMessage(body); LLViewerStats::getInstance()->addToMessage(body);
LLHTTPClient::post(url, body, new ViewerStatsResponder()); LLHTTPClient::post(url, body, new ViewerStatsResponder());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment