Ver código fonte

Reset preview on upgrade to 14

main
Eric Amodio 1 ano atrás
pai
commit
5ec70e2869
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/plus/subscription/subscriptionService.ts

+ 2
- 2
src/plus/subscription/subscriptionService.ts Ver arquivo

@ -96,8 +96,8 @@ export class SubscriptionService implements Disposable {
);
const subscription = this.getStoredSubscription();
// Resets the preview trial state on the upgrade to 13.0
if (subscription != null && satisfies(previousVersion, '< 13.0')) {
// Resets the preview trial state on the upgrade to 14.0
if (subscription != null && satisfies(previousVersion, '< 14.0')) {
subscription.previewTrial = undefined;
}

Carregando…
Cancelar
Salvar