1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

allow downgrading

This commit is contained in:
JoelTrain 2022-05-25 12:59:05 -05:00
parent df948c0314
commit 050ec8db45
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -101,7 +101,7 @@ export class UserStore extends BaseStore<UserStoreModel> /* implements UserStore
}
@computed get isAllowedToDowngrade() {
return new SemVer(getAppVersion()).prerelease[0] !== this.updateChannel;
return true;
}
startMainReactions() {