From 87ffb7616e8da05a8345ebfd289b3fc7daec9d57 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 24 Jan 2024 16:09:47 +0700 Subject: [PATCH] Enable chunter app (#4426) Signed-off-by: Andrey Sobolev --- models/all/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/all/src/index.ts b/models/all/src/index.ts index 9ce64c5e12..078307efc2 100644 --- a/models/all/src/index.ts +++ b/models/all/src/index.ts @@ -127,8 +127,8 @@ export default function buildModel (enabled: string[] = ['*'], disabled: string[ { label: chunter.string.ConfigLabel, description: chunter.string.ConfigDescription, - enabled: false, - beta: true, + enabled: true, + beta: false, icon: chunter.icon.Chunter, classFilter: [workbench.class.Application] }