Control features of your Lenovo Legion or Ideapad laptop such as battery fast charging, conservation mode, hybrid graphics and more.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:286
this._interfaceSignalId = this._interfaceSettings.connect(
`changed::${COLOR_SCHEME_KEY}`, () => this._updatePanelIcon()
)
extension.js:297
this._menuOpenSignalId = this.menu.connect('open-state-changed', (menu, isOpen) => {
if (isOpen)
this._refreshAll();
})
extension.js:281
this._panelIconSignalId = this._settings.connect(
'changed::panel-icon-name', () => this._updatePanelIcon()
)
extension.js:278
this._showTopBarSignalId = this._settings.connect(
'changed::show-top-bar-icon', () => this._updateTopBarVisibility()
)
| Version | Status |
|---|---|
| 2.0 (3) | Unreviewed |
| 1.0 (2) | Rejected |
| 1.0 (1) | Rejected |