Updated default.ts: Reenable FAST_BOOT
This commit is contained in:
parent
621dc9b53f
commit
25e1033c56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue