diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 36078e43..7e05c283 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -219,10 +219,6 @@ "message": "Both", "description": "" }, - "show_in_none": { - "message": "None", - "description": "" - }, "customPrompts_close_button": { "message": "Close button", "description": "" diff --git a/claude-spec/02-prompts.md b/claude-spec/02-prompts.md index efce3539..5925d229 100644 --- a/claude-spec/02-prompts.md +++ b/claude-spec/02-prompts.md @@ -31,7 +31,7 @@ Prompts are the core user-facing feature of ThunderAI. Each prompt defines an AI | `enabled` | number | `0` = hidden, `1` = shown in menus | | `position_display` | number | Sort order in reading view (used when alphabetical ordering is off) | | `position_compose` | number | Sort order in compose view (used when alphabetical ordering is off) | -| `show_in` | string | `"popup"` = popup only, `"context"` = context menu only, `"both"` = both, `"none"` = hidden from all menus. Default: `"popup"` for default/custom prompts, `"both"` for special prompts | +| `show_in` | string | `"popup"` = popup only, `"context"` = context menu only, `"both"` = both. Default: `"popup"` for default/custom prompts, `"both"` for special prompts | ### Per-Prompt API Override Properties diff --git a/pages/customprompts/mzta-custom-prompts.html b/pages/customprompts/mzta-custom-prompts.html index 9351ea3f..af4271bf 100644 --- a/pages/customprompts/mzta-custom-prompts.html +++ b/pages/customprompts/mzta-custom-prompts.html @@ -57,7 +57,6 @@ -

diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js index 5a415e11..d376beb1 100644 --- a/pages/customprompts/mzta-custom-prompts.js +++ b/pages/customprompts/mzta-custom-prompts.js @@ -1091,9 +1091,6 @@ function loadPromptsList(values){ case "both": show_in_output = `__MSG_show_in_both__`; break; - case "none": - show_in_output = `__MSG_show_in_none__`; - break; } let output = ` @@ -1151,7 +1148,6 @@ function loadPromptsList(values){ - ` + `