Inspect element (dev tools) always show up #565
-
Hello everyone, this is my first time using native PHP and Electron. Overall, I don’t have any issues with native PHP, but I have a question: Why does the inspect element (DevTools) always appear when I start a native PHP application? Is there a way to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
PeteBishwhip
Apr 29, 2025
Replies: 1 comment
-
This will always show up when running the app in Development mode and is by design. It does not show up on startup in production-built apps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sukimumuu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will always show up when running the app in Development mode and is by design. It does not show up on startup in production-built apps.