mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
mark extension.isEnabled with private modifier
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
abaacddaa7
commit
4cb4f5a5f8
@ -18,7 +18,7 @@ export class LensExtension {
|
||||
readonly manifestPath: string;
|
||||
readonly isBundled: boolean;
|
||||
|
||||
@observable isEnabled = false;
|
||||
@observable private isEnabled = false;
|
||||
|
||||
constructor({ manifest, manifestPath, isBundled }: InstalledExtension) {
|
||||
this.manifest = manifest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user