|
@ -293,7 +293,7 @@ async function showWelcomePage(version: string, previousVersion: string | undefi |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (Container.config.showWhatsNewAfterUpgrades) { |
|
|
|
|
|
|
|
|
if (Container.config.showWhatsNewAfterUpgrades && major !== prevMajor) { |
|
|
await commands.executeCommand(Commands.ShowWelcomePage); |
|
|
await commands.executeCommand(Commands.ShowWelcomePage); |
|
|
} |
|
|
} |
|
|
else { |
|
|
else { |
|
|