mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Debug on Phanpy Dev too
This commit is contained in:
parent
d49c855a15
commit
946215c80b
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ function Settings({ onClose }) {
|
|||
</p>
|
||||
)}
|
||||
</section>
|
||||
{import.meta.env.DEV && (
|
||||
{(import.meta.env.DEV || import.meta.env.PHANPY_DEV) && (
|
||||
<details class="debug-info">
|
||||
<summary></summary>
|
||||
<p>Debugging</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue