Browse Source

DemoRunner: Changed the default setting for reporting app usage

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
7c031b0318
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/DemoRunner/JuceLibraryCode/AppConfig.h

+ 1
- 1
examples/DemoRunner/JuceLibraryCode/AppConfig.h 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


Loading…
Cancel
Save