You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the "Debug" button in Settings appear, the user need to press CTRL 5 times, or it can change the "debug" value in config from "false" to "true".
The debug menu will have 2 useful options:
Disable all plugins
API Playground
When you open this menu, there will be white background and two buttons: "Back", and "Code"
"Code" button will open the api/playground.py in the default code editor. The playground.py script is simply the module where you can make any changes, and every time the file is saved, all the changes can be noticed in the menu.
The text was updated successfully, but these errors were encountered:
To make the "Debug" button in Settings appear, the user need to press CTRL 5 times, or it can change the "debug" value in config from "false" to "true".
The debug menu will have 2 useful options:
api/playground.py
in the default code editor. Theplayground.py
script is simply the module where you can make any changes, and every time the file is saved, all the changes can be noticed in the menu.The text was updated successfully, but these errors were encountered: