From 18b09f05c08292bd542f75a1cdd43fc299620bd5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 2 Oct 2020 17:45:39 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 524e78b8..8fc57f06 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -3103,7 +3103,7 @@ var FileSystemWriterUIActions = actions.Actions({ 'exportDialog: "images"'], - // XXX BUG: affecting preset name will delete on dialog close... + // XXX ASAP BUG: affecting preset name will delete on dialog close... // to reproduce: // - open dialog // - edit preset changing path @@ -3114,7 +3114,7 @@ var FileSystemWriterUIActions = actions.Actions({ // likely cause: // - inconsistent keys and on .close(..) we can't get the // correct preset... - // XXX BUG: running a preset from the editor will use the default + // XXX ASAP BUG: running a preset from the editor will use the default // settings and not the loaded preset... // ...can't reproduce... (revise) // XXX ASAP handle presets with repeating titles...