From 3240177717e8f1400de4cd882c29efb772d01641 Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 17 Apr 2026 01:35:00 +0200 Subject: [PATCH] prompt import / export fixed. see #680 --- js/mzta-prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index f81f9803..02c52545 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -488,7 +488,7 @@ export function preparePromptsForExport(prompts, include_api_settings = false){ } if(prompt.is_default == 1){ - let allowedKeys = ['id', 'enabled', 'position_compose', 'position_display', 'position_context', 'need_custom_text', 'show_in']; + let allowedKeys = ['id', 'enabled', 'position_compose', 'position_display', 'position_context', 'need_custom_text', 'show_in', 'custom_icon']; if(include_api_settings){ allowedKeys.push('api_type'); for (const [integration, options] of Object.entries(integration_options_config)) {