mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 17:46:47 +02:00
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:
parent
0d514ed74d
commit
2d6d205bf2
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue