Enable fastboot by default

This commit is contained in:
Eric NGUYEN 2022-10-13 11:56:49 +02:00
parent fb6bc1289d
commit a89b92eab8

View file

@ -12,7 +12,7 @@ import { Position } from '../Enums/Position';
/// EDITOR DEFAULTS ///
/** Enable fast boot and disable main menu (default = false) */
export const FAST_BOOT = false;
export const FAST_BOOT = true;
/** Disable any call to the API (default = false) */
export const DISABLE_API = false;