Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit b93e44a

Browse files
committed
fix(llm): button shown even if disabled
1 parent e4af99b commit b93e44a

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

apps/client/src/widgets/buttons/create_ai_chat_button.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

apps/server/src/services/hidden_subtree_launcherbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default function buildLaunchBarConfig() {
7272
id: "_lbLlmChat",
7373
title: t("hidden-subtree.llm-chat-title"),
7474
type: "launcher",
75-
command: "createAiChat",
75+
builtinWidget: "aiChatLauncher",
7676
icon: "bx bx-bot",
7777
attributes: [
7878
{ type: "label", name: "desktopOnly" }

0 commit comments

Comments
 (0)