Replicates the 'Activate Windows' watermark on the bottom right corner of the desktop.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-M-008 warning
extensions using unlock-dialog must document it in disable() comments
Extensions using `unlock-dialog` should document the reason in `disable()` comments.
extension.js:74
disable() {
if (this._updateTimeoutId) {
GLib.source_remove(this._updateTimeoutId);
this._updateTimeoutId = null;
}
if (this._settingsChangedId) {
this._settings.disconnect(this._settingsChangedId);
this._settingsChangedId