diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0c1df6e8..ced42082 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -628,14 +628,6 @@ "message": "If checked, using the keyboard shortcut CTRL+ALT+A will automatically send the highlighted prompt from the menu. Otherwise, the prompt name will be displayed to the user, requiring another press of the Enter key to send it.", "description": "" }, - "prefs_OptionText_dynamic_menu_order_alphabet": { - "message": "Menu: order alphabetically", - "description": "" - }, - "prefs_OptionText_dynamic_menu_order_alphabet_info": { - "message": "If checked, the prompts in the menu will be ordered alphabetically.", - "description": "" - }, "prefs_OptionText_chatgpt_win_dims_info": { "message": "Set to 0 if you don't want to specify the window size.", "description": "" diff --git a/claude-spec/05-options.md b/claude-spec/05-options.md index d8d14ef3..db0fad58 100644 --- a/claude-spec/05-options.md +++ b/claude-spec/05-options.md @@ -64,7 +64,6 @@ These are generated programmatically at the bottom of `mzta-options-default.js` | `chatgpt_web_custom_gpt` | `''` | Custom GPT URL | | `chatgpt_web_load_wait_time` | `1000` | Wait time (ms) for ChatGPT page | | `dynamic_menu_force_enter` | `false` | Force Enter to submit in popup | -| `dynamic_menu_order_alphabet` | `true` | Sort prompts alphabetically | | `placeholders_use_default_value` | `false` | Use placeholder defaults when empty | | `max_prompt_length` | `30000` | Max prompt string length | diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index e1f2eddb..a8c5c0db 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -114,7 +114,6 @@ export const prefs_default = { chatgpt_web_custom_gpt: '', chatgpt_web_load_wait_time: 1000, dynamic_menu_force_enter: false, - dynamic_menu_order_alphabet: true, placeholders_use_default_value: false, max_prompt_length: 30000, // max string length for prompt add_tags: false, diff --git a/options/mzta-options.html b/options/mzta-options.html index 1f3d6eb4..6d22c365 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -115,17 +115,6 @@ - - - - - -