Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-10-02 17:45:39 +03:00
parent f75a392e39
commit 18b09f05c0

View File

@ -3103,7 +3103,7 @@ var FileSystemWriterUIActions = actions.Actions({
'exportDialog: "images"'], '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: // to reproduce:
// - open dialog // - open dialog
// - edit preset changing path // - edit preset changing path
@ -3114,7 +3114,7 @@ var FileSystemWriterUIActions = actions.Actions({
// likely cause: // likely cause:
// - inconsistent keys and on .close(..) we can't get the // - inconsistent keys and on .close(..) we can't get the
// correct preset... // 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... // settings and not the loaded preset...
// ...can't reproduce... (revise) // ...can't reproduce... (revise)
// XXX ASAP handle presets with repeating titles... // XXX ASAP handle presets with repeating titles...