mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 22:41:36 +08:00
fix(llm): duplicate launch bar config
This commit is contained in:
parent
cc85b9a8f6
commit
7b643a7d82
@ -47,17 +47,6 @@ export default function buildLaunchBarConfig() {
|
|||||||
{ id: "_lbBackInHistory", ...sharedLaunchers.backInHistory },
|
{ id: "_lbBackInHistory", ...sharedLaunchers.backInHistory },
|
||||||
{ id: "_lbForwardInHistory", ...sharedLaunchers.forwardInHistory },
|
{ id: "_lbForwardInHistory", ...sharedLaunchers.forwardInHistory },
|
||||||
{ id: "_lbBackendLog", title: t("hidden-subtree.backend-log-title"), type: "launcher", targetNoteId: "_backendLog", icon: "bx bx-terminal" },
|
{ id: "_lbBackendLog", title: t("hidden-subtree.backend-log-title"), type: "launcher", targetNoteId: "_backendLog", icon: "bx bx-terminal" },
|
||||||
{
|
|
||||||
id: "_lbAvailableLlmChat",
|
|
||||||
title: t("hidden-subtree.llm-chat-title"),
|
|
||||||
type: "launcher",
|
|
||||||
command: "showLlmChat",
|
|
||||||
icon: "bx bx-bot",
|
|
||||||
attributes: [
|
|
||||||
{ type: "label", name: "desktopOnly" },
|
|
||||||
{ type: "label", name: "launcherType", value: "command" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const desktopVisibleLaunchers: HiddenSubtreeItem[] = [
|
const desktopVisibleLaunchers: HiddenSubtreeItem[] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user