({data})
| 264 | } |
| 265 | |
| 266 | async setWatchList({data}) { |
| 267 | await prefs.setWatchList(data); |
| 268 | initScriptInjection(); |
| 269 | } |
| 270 | |
| 271 | async deleteKeyring({keyringId}) { |
| 272 | if (keyringId === MAIN_KEYRING_ID) { |
nothing calls this directly
no test coverage detected