(ev)
| 60 | } |
| 61 | |
| 62 | clickHandler(ev) { |
| 63 | super.clickHandler(undefined, ev); |
| 64 | if (prefs.security.display_decrypted == DISPLAY_POPUP) { |
| 65 | this.popupDialog(); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | onShow() { |
| 70 | super.onShow(); |
nothing calls this directly
no test coverage detected