Skip to content

Commit bb50a72

Browse files
committed
wip
1 parent 5e9a946 commit bb50a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/js/content_scripts/webmail/thunderbird/thunderbird-webmail-startup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class ThunderbirdWebmailStartup {
1919

2020
private start = async () => {
2121
this.replacer = new ThunderbirdElementReplacer();
22-
await this.replacer.replaceThunderbirdMsgPane();
22+
this.replacer.runIntervalFunctionsPeriodically();
2323
// todo: show notification using Thunderbird Notification as contentscript notification or such does not work.
2424
// await notifications.showInitial(acctEmail);
2525
// notifications.show(

0 commit comments

Comments
 (0)