Skip to content

Commit

Permalink
Disable DevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Feb 18, 2024
1 parent 45a48a2 commit ee5e0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Header: FunctionComponent<IProps> = ({ headerLeft, history }) => {
<span>Settings</span>
</li>

<li
{/*<li
className="clickable"
onClick={() => {
setShowMoreMenu(false);
Expand All @@ -134,7 +134,7 @@ const Header: FunctionComponent<IProps> = ({ headerLeft, history }) => {
>
<span className="material-icons">code</span>
<span>Developer Tools</span>
</li>
</li>*/}

<li
className="clickable"
Expand Down

0 comments on commit ee5e0a1

Please sign in to comment.