We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9a946 commit bb50a72Copy full SHA for bb50a72
extension/js/content_scripts/webmail/thunderbird/thunderbird-webmail-startup.ts
@@ -19,7 +19,7 @@ export class ThunderbirdWebmailStartup {
19
20
private start = async () => {
21
this.replacer = new ThunderbirdElementReplacer();
22
- await this.replacer.replaceThunderbirdMsgPane();
+ this.replacer.runIntervalFunctionsPeriodically();
23
// todo: show notification using Thunderbird Notification as contentscript notification or such does not work.
24
// await notifications.showInitial(acctEmail);
25
// notifications.show(
0 commit comments