ThalesGroup / security-risk-assessment-tool

The ISRA security-risk-assessment-tool project is an Electron based application used to do security risk assessments at a technical level
BSD 4-Clause "Original" or "Old" License
22 stars 7 forks source link

[Issue]: Disable developer tools in release binary #287

Open Alvin-JohnPagente opened 3 months ago

Alvin-JohnPagente commented 3 months ago

Issue Description

Developer tools are not needed by users. It can be enabled in the debug binary but not required in the release binary.

Duplicate Steps

Go to the Window menu and notice the Toggle Developer Tools option. Choosing this opens the developer tools. image

Closing the developer tools have a side effect where the first tab is highlighted image

Expected Results

Remove Toggle Developer Tools in release binary

Version Detected

1.2.0

Attachments

No response