This PR addresses issue #1. The DebugWindow in the Dashboard is now hidden by default and will be shown when the '0' key is pressed.
Changes include:
Setting the visible attribute of the DebugWindow instance in the Dashboard to False by default.
Adding a condition in the onKeyPress method of the Dashboard to check if the pressed key is '0'. If it is, the visibility of the DebugWindow is toggled.
This change improves the user experience by keeping the UI clean and only showing debug information when necessary.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
This PR addresses issue #1. The DebugWindow in the Dashboard is now hidden by default and will be shown when the '0' key is pressed.
Changes include:
visible
attribute of the DebugWindow instance in the Dashboard toFalse
by default.onKeyPress
method of the Dashboard to check if the pressed key is '0'. If it is, the visibility of the DebugWindow is toggled.This change improves the user experience by keeping the UI clean and only showing debug information when necessary.
Fixes #1.
To checkout this PR branch, run the following command in your terminal: