diff --git a/src/utils/default.ts b/src/utils/default.ts index 1264b95..253610b 100644 --- a/src/utils/default.ts +++ b/src/utils/default.ts @@ -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;