Enable fastboot by default
This commit is contained in:
parent
fb6bc1289d
commit
a89b92eab8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { Position } from '../Enums/Position';
|
||||||
/// EDITOR DEFAULTS ///
|
/// EDITOR DEFAULTS ///
|
||||||
|
|
||||||
/** Enable fast boot and disable main menu (default = false) */
|
/** 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) */
|
/** Disable any call to the API (default = false) */
|
||||||
export const DISABLE_API = false;
|
export const DISABLE_API = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue