From f75a392e39ae2db5292ee4ebd22ea573d5584d2b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 1 Oct 2020 22:38:12 +0300 Subject: [PATCH] ... 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 80a7c20e..524e78b8 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -3127,6 +3127,8 @@ var FileSystemWriterUIActions = actions.Actions({ // XXX add a 'name' field to the exportDialog(..) (???) // XXX would be nice to mark/title sections -- presets / history... (???) exportPresets: ['- File/Export presets and history...', + core.doc` + `, widgets.makeUIDialog(function(mode){ var that = this var logger = this.logger && this.logger.push('exportPresets')