From 561968ef58c421f6c8a0373b6f0a7643c790cfd3 Mon Sep 17 00:00:00 2001 From: Saghanarius Date: Tue, 6 Oct 2020 08:09:08 +0300 Subject: [PATCH] Turned off invisible splash screen and reports of app usage. It should be OK with terms of GPL --- JuceLibraryCode/AppConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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