Skip to content

Commit

Permalink
feat: PRIVACY_MODE config
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Jan 9, 2024
1 parent 6ae8886 commit c4d6803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c4d6803

Please sign in to comment.