Customize Clock on Lock Screen.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
17 | Active |
16 | Rejected |
15 | Active |
14 | Rejected |
13 | Active |
12 | Rejected |
11 | Inactive |
10 | Rejected |
9 | Active |
8 | Inactive |
7 | Active |
6 | Inactive |
5 | Active |
4 | Active |
3 | Inactive |
2 | Inactive |
1 | Inactive |
Please use `destroy()` instead of `_onDestroy()`. So, replace line 127-129 `ModifiedClock.js` with: ```js destroy() { this._idleMonitor.remove_watch(this._idleWatchId); super.destroy(); } ``` Wanna fix and send it again?
Yes Sure. Will send in few minutes. Thanks