Mount configured rclone configs into your filesystem
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.
shell/indicator.js:51
this._ejectButton.connect('clicked', () => {
if (!this._busy)
this.emit('unmount');
})
EGO-L-006 warning
preferences classes should not retain window-scoped objects on instance fields without close-request cleanup
Preferences code stores window-scoped objects on the exported prefs class without `close-request` cleanup.
prefs.js:23
this._mountsGroup = this._createMountsGroup(window, settings)
Thanks!