mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +02:00
Fix privacy setting text
This commit is contained in:
parent
14292a042b
commit
4a9d4d4cbe
1 changed files with 2 additions and 2 deletions
|
@ -250,9 +250,9 @@ void setupPreferences() {
|
||||||
{
|
{
|
||||||
auto getter = []()->bool { return !Menu::getInstance()->isOptionChecked(MenuOption::DisableActivityLogger); };
|
auto getter = []()->bool { return !Menu::getInstance()->isOptionChecked(MenuOption::DisableActivityLogger); };
|
||||||
auto setter = [](bool value) { Menu::getInstance()->setIsOptionChecked(MenuOption::DisableActivityLogger, !value); };
|
auto setter = [](bool value) { Menu::getInstance()->setIsOptionChecked(MenuOption::DisableActivityLogger, !value); };
|
||||||
preferences->addPreference(new CheckPreference("Privacy", "Send data - High Fidelity uses information provided by your "
|
preferences->addPreference(new CheckPreference("Privacy", "Send data - Vircadia uses information provided by your "
|
||||||
"client to improve the product through the logging of errors, tracking of usage patterns, "
|
"client to improve the product through the logging of errors, tracking of usage patterns, "
|
||||||
"installation and system details. By allowing High Fidelity to collect this information "
|
"installation and system details. By allowing Vircadia to collect this information "
|
||||||
"you are helping to improve the product. ", getter, setter));
|
"you are helping to improve the product. ", getter, setter));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue