Skip to content

Commit 31b2f0d

Browse files
committed
Temporary diable uninstall link
1 parent 2c6f9a8 commit 31b2f0d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/background.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Browser.runtime.onInstalled.addListener(async details => {
4343
active: true,
4444
});
4545
}
46-
if (details.reason == 'update' && !details.previousVersion) {
47-
const showChangelog = (await Settings.getInstance().getSetting(
48-
StorageParams.SHOW_CHANGELOG,
49-
)) as boolean;
50-
if (showChangelog)
51-
await Browser.tabs.create({
52-
url: 'https://webtracker.online/releasenotes.html',
53-
active: true,
54-
});
55-
}
46+
// if (details.reason == 'update' && !details.previousVersion) {
47+
// const showChangelog = (await Settings.getInstance().getSetting(
48+
// StorageParams.SHOW_CHANGELOG,
49+
// )) as boolean;
50+
// if (showChangelog)
51+
// await Browser.tabs.create({
52+
// url: 'https://webtracker.online/releasenotes.html',
53+
// active: true,
54+
// });
55+
// }
5656
});
5757

5858
Browser.runtime.onStartup.addListener(() => {

0 commit comments

Comments
 (0)