Enable pad creation screen
This commit is contained in:
parent
70670f9732
commit
15a8196037
@ -83,8 +83,9 @@ define(function() {
|
|||||||
contacts: 'fa-users',
|
contacts: 'fa-users',
|
||||||
};
|
};
|
||||||
|
|
||||||
// EXPERIMENTAL: Enabling "displayCreationScreen" may cause UI issues and possible loss of data
|
// Ability to create owned pads and expiring pads through a new pad creation screen.
|
||||||
config.displayCreationScreen = false;
|
// 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
|
// Prevent anonymous users from storing pads in their drive
|
||||||
config.disableAnonymousStore = false;
|
config.disableAnonymousStore = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user