Review of "Input Method Panel" version 66

Details Page Preview

Input Method Panel using KDE's kimpanel protocol for Gnome-Shell

Extension Homepage
https://github.com/wengxt/gnome-shell-extension-kimpanel

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection waiting for author
function (widget, event) { ... }.bind(this)); is not good. Use arrow function instead: (widget, event) => { // this is available here } or () => { // this is available here } You wanna fix it and send it again?
JustPerfection rejected
Next version approved.