Skip to content

Commit

Permalink
Disable developer tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Nov 13, 2023
1 parent ac5d8e8 commit aa2819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-js/libs/shared/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ZOOM_IN_FACTOR = 1.1;
export const ZOOM_OUT_FACTOR = 0.91;
export const RESET_ZOOM_FACTOR = 1;

export const OPEN_DEV_TOOLS_IN_DEV_BUILD = true;
export const OPEN_DEV_TOOLS_IN_DEV_BUILD = false;

export const events = {
ADD_RECENT_FILE: 'add-recent-file',
Expand Down

0 comments on commit aa2819d

Please sign in to comment.