浏览代码

Reset preview on upgrade to 14

main
Eric Amodio 1年前
父节点
当前提交
5ec70e2869
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/plus/subscription/subscriptionService.ts

+ 2
- 2
src/plus/subscription/subscriptionService.ts 查看文件

@ -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;
}

正在加载...
取消
保存