1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

DemoRunner: Changed the default setting for reporting app usage

This commit is contained in:
Tom Poole 2020-02-07 15:37:08 +00:00
parent 79385cc1e3
commit 99786cf7fd
2 changed files with 2 additions and 2 deletions

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