-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Currently all the Developer based functionality is still showing on the Infinity Dashboard. This confuses regular uses and gives them functionality they don't really have a need for. I'd like to hide the following from the dashboard when Developer Mode is not specifically enabled:
- Sample Code Tab
- Developer Docs
- Developers Sub Menu (in the dropdown)
- Refresh Button (will only lead to accidental loss of options unless developing)
My suggested approach would be adding a simple "if" statement check to the templates for Developer Moade and add a new directive to the ini files. Like:
developer = yes
That would allow others to extend it as well in the future.