From b1f1aa23402272b9c9e3ff1de81945480ec1b043 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 11 Dec 2017 17:54:34 +0100 Subject: [PATCH] Disable pad creation screen --- customize.dist/application_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/application_config.js b/customize.dist/application_config.js index 6e6bb803d..3fc4097d1 100644 --- a/customize.dist/application_config.js +++ b/customize.dist/application_config.js @@ -65,7 +65,7 @@ define(function() { contacts: 'fa-users', }; - config.displayCreationScreen = true; + config.displayCreationScreen = false; return config; });