-
Notifications
You must be signed in to change notification settings - Fork 87
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
Implementing Eco Mode Toggle #571
Implementing Eco Mode Toggle #571
Conversation
…ture/eco-mode-saved-energy
…ture/eco-mode-saved-energy
…ture/eco-mode-saved-energy
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.
Couple of nits :) @Andr3wid
src/ts/uifactory.ts
Outdated
} | ||
mainSettingsPanelPage = new SettingsPanelPage({ |
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.
One last NIT: Can you please add a line break here? 🙏
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.
Done 🙂
Add newline
The Eco Mode enables users to support sustainability and decrease energy usage when streaming videos. This is achieved through a toggle button that establishes resolution limits based on the codec in use.
Added Features: