The original patch was more appropriate. We need to figure out what this needs to do, enough dancing.

This reverts commit bc5dd45187.
This commit is contained in:
Heather Anderson 2020-04-21 23:15:08 -07:00
parent 0d514ed74d
commit 2d6d205bf2

View file

@ -259,7 +259,7 @@ void setupPreferences() {
}
{
auto getter = []()->bool { return Menu::getInstance()->isOptionChecked(MenuOption::DisableCrashLogger); };
auto getter = []()->bool { return !Menu::getInstance()->isOptionChecked(MenuOption::DisableCrashLogger); };
auto setter = [](bool value) { Menu::getInstance()->setIsOptionChecked(MenuOption::DisableCrashLogger, !value); };
preferences->addPreference(new CheckPreference("Privacy", "Send crashes - Vircadia uses information provided by your "
"client to improve the product through crash reports. By allowing Vircadia to collect "