Enable chunter app (#4426)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-01-24 16:09:47 +07:00 committed by GitHub
parent 6882c75775
commit 87ffb7616e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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