We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b403e8c commit 088c2c4Copy full SHA for 088c2c4
src/background.ts
@@ -43,7 +43,7 @@ Browser.runtime.onInstalled.addListener(async details => {
43
active: true,
44
});
45
}
46
- if (details.reason == 'update') {
+ if (details.reason == 'update' && !details.previousVersion) {
47
const showChangelog = (await Settings.getInstance().getSetting(
48
StorageParams.SHOW_CHANGELOG,
49
)) as boolean;
0 commit comments