Updated default.ts: Reenable FAST_BOOT

This commit is contained in:
Eric Nguyen 2022-10-17 14:29:31 +00:00
parent 621dc9b53f
commit 25e1033c56

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;