From c4d68030c808a9324b04bed3362a08991ccd2dfb Mon Sep 17 00:00:00 2001 From: ben_29 Date: Tue, 9 Jan 2024 16:04:27 +0800 Subject: [PATCH] feat: PRIVACY_MODE config --- src/utils/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/const.ts b/src/utils/const.ts index 34eccc9c950..aa4b8779157 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -36,7 +36,7 @@ const MAP_HEIGHT = 600; //set to `false` if you want to hide the road label characters const ROAD_LABEL_DISPLAY = true; //set to `true` if you want to display only the routes without showing the map. -const PRIVACY_MODE = true; +const PRIVACY_MODE = false; //set to `false` if you want to make light off as default, only effect when `PRIVACY_MODE` = false const LIGHTS_ON = true;