Skip to content

Commit

Permalink
Disable the developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 8, 2025
1 parent a4609aa commit 7c8c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function mainMenu(
</button>
</li>
<li>
<button>Developer Tools</button>
<button disabled>Developer Tools</button>
</li>
</ul>
<p>
Expand Down

0 comments on commit 7c8c8fd

Please sign in to comment.