From d6dc9fc4b6a7c25fce2e887cbb6b729626e04f6c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 9 Apr 2025 01:33:41 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 3d92f9a6..d8d64695 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -3505,6 +3505,8 @@ var FileSystemWriterUIActions = actions.Actions({ || []) .push(settings) }], + // XXX the naming for these two is logical but inconsistent -- can + // we fix this??? exportHistoryPush: ['- File/', function(settings){ var l = this.config['export-history-length'] || 50