From 874932f72fab441fb785eda361f6b8f3a80a2aa9 Mon Sep 17 00:00:00 2001 From: Chris Dumas Date: Wed, 5 Aug 2026 11:52:38 +0000 Subject: [PATCH] Add input2 filename chip to save UI --- js/save_image/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/save_image/index.js b/js/save_image/index.js index 48291d3..909b236 100644 --- a/js/save_image/index.js +++ b/js/save_image/index.js @@ -7,6 +7,7 @@ const DEFAULT_PATTERN = "image_%date:yyyy-MM-dd%_%counter%"; const ACCENT = "#e66a2c"; const CHIPS = [ { label: "+ Input name", token: "%input%" }, + { label: "+ Input 2", token: "%input2%" }, { label: "+ Date", token: "%date:yyyy-MM-dd%" }, { label: "+ Time", token: "%date:hh-mm-ss%" }, { label: "+ Counter", token: "%counter%" },