From 75d83c5c696e37b9dd9165f36f52412382316ec7 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 16:19:34 +0000 Subject: [PATCH] keep seed --- config.jsonc | 9 +++++++++ static/js/infoView.p_for_power.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 46a0588..d28251a 100644 --- a/config.jsonc +++ b/config.jsonc @@ -614,6 +614,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": false }, + { + "id": "seed", + "title": "Seed", + "type": "string", + "columnWidth": 128, + "filter": false, + "find": false, + "sort": false + }, { "id": "firstframe", "title": "First Frame", diff --git a/static/js/infoView.p_for_power.js b/static/js/infoView.p_for_power.js index df7b5d1..c02cc87 100644 --- a/static/js/infoView.p_for_power.js +++ b/static/js/infoView.p_for_power.js @@ -254,7 +254,7 @@ pandora.ui.infoView = function(data, isMixed) { renderGroup(['tags']); renderGroup(['adjustvolume']); - renderGroup(['model', 'firstframe', 'lastframe']); + renderGroup(['model', 'seed', 'firstframe', 'lastframe']); // Render any remaing keys defined in config