diff --git a/JuceLibraryCode/AppConfig.h b/JuceLibraryCode/AppConfig.h index a73f774b91..576562111f 100644 --- a/JuceLibraryCode/AppConfig.h +++ b/JuceLibraryCode/AppConfig.h @@ -38,11 +38,11 @@ // BEGIN SECTION A #ifndef JUCE_DISPLAY_SPLASH_SCREEN - #define JUCE_DISPLAY_SPLASH_SCREEN 1 + #define JUCE_DISPLAY_SPLASH_SCREEN 0 #endif #ifndef JUCE_REPORT_APP_USAGE - #define JUCE_REPORT_APP_USAGE 1 + #define JUCE_REPORT_APP_USAGE 0 #endif // END SECTION A