From 15a81960373ba66ff855385ec6e49d0c5173f8a6 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 20 Feb 2018 10:39:02 +0100 Subject: [PATCH] Enable pad creation screen --- www/common/application_config_internal.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 91520c99a..f6760f897 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -83,8 +83,9 @@ define(function() { contacts: 'fa-users', }; - // EXPERIMENTAL: Enabling "displayCreationScreen" may cause UI issues and possible loss of data - config.displayCreationScreen = false; + // Ability to create owned pads and expiring pads through a new pad creation screen. + // The new screen can be disabled by the users in their settings page + config.displayCreationScreen = true; // Prevent anonymous users from storing pads in their drive config.disableAnonymousStore = false;