Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autohide option incorrectly documented #70

Open
RemVas opened this issue Oct 26, 2021 · 0 comments
Open

Autohide option incorrectly documented #70

RemVas opened this issue Oct 26, 2021 · 0 comments

Comments

@RemVas
Copy link

RemVas commented Oct 26, 2021

The README.md states the following about the autohide option:

Option: autohide
Values: true / false / number
Description: Enable/disable automatically hide controls when inactive, also set cooldown time in seconds.
Default: 7

The specifications does not seem to match the source code. Autohide seems to be hardcoded to 3 seconds -- cooldown time cannot be changed. And there is an "all" value that can be used in order to autohide the title too (very good option, by the way!).

So, the corect specification for autohide could be:
Values: true / false / "all"
Default: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant