1
0
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:
Roman 2020-11-05 15:23:27 +02:00
parent abaacddaa7
commit 4cb4f5a5f8

View File

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