mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
allow downgrading
This commit is contained in:
parent
df948c0314
commit
050ec8db45
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user