1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

DemoRunner: Changed the default setting for reporting app usage

This commit is contained in:
Tom Poole 2020-02-05 12:42:53 +00:00
parent b40496f568
commit 7c031b0318

View file

@ -40,7 +40,7 @@
#endif
#ifndef JUCE_REPORT_APP_USAGE
#define JUCE_REPORT_APP_USAGE 1
#define JUCE_REPORT_APP_USAGE 0
#endif
// END SECTION A