settings: Add 'Reporting Services' config option

Full enable/disable for all reports.
This commit is contained in:
Zach Hilman 2019-05-17 21:44:28 -04:00
parent 5574be21cc
commit 658d2ee97d
3 changed files with 12 additions and 9 deletions

View file

@ -416,6 +416,7 @@ struct Values {
std::string program_args;
bool dump_exefs;
bool dump_nso;
bool reporting_services;
// WebService
bool enable_telemetry;