-
Notifications
You must be signed in to change notification settings - Fork 4
new functions #11
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
base: master
Are you sure you want to change the base?
new functions #11
Conversation
|
Thanks for your enthusiastic PR! |
| start: function () { | ||
| if (this.config.autoRefresh) { | ||
|
|
||
| start: function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please correct the indentation to the same hierarchy as before?
| | `refreshMinute` | [Optional] Refresh every hour on the set minute. 00-59 | | ||
| | `invert` | [Optional] Set to true to activate invert color or white | | ||
| | `invertColors` | [Optional] Set to true to invert colors, false to invert only white (Works only if 'invert' is set to true) | | ||
| | `filterPercent | [Optional] intencity of invert | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a section on showScrollbar?
Added several new functions