nicolium: disable new option by default
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -117,7 +117,7 @@ const frontendConfigSchemaShape = {
|
||||
*/
|
||||
mediaPreview: v.fallback(v.boolean(), false),
|
||||
sentryDsn: v.fallback(v.optional(v.string()), undefined),
|
||||
allowDisplayingRemoteNoLogin: v.fallback(v.boolean(), false),
|
||||
allowDisplayingRemoteNoLogin: v.fallback(v.boolean(), true),
|
||||
};
|
||||
|
||||
const frontendConfigSchema = coerceObject(frontendConfigSchemaShape);
|
||||
|
||||
Reference in New Issue
Block a user