cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-10-05 19:56:10 +03:00
parent 0c5c58a09d
commit dc2d302406

View File

@ -3134,8 +3134,6 @@ var FileSystemWriterUIActions = actions.Actions({
// - revise buttons and icons... // - revise buttons and icons...
// - button shortcuts... // - button shortcuts...
// XXX add a 'name' field to the exportDialog(..) (???) // XXX add a 'name' field to the exportDialog(..) (???)
// XXX would be nice to mark/title sections -- presets / history... (???)
// XXX use UniqueKeyMap(..) in browse2's listers...
exportPresets: ['- File/Export presets and history...', exportPresets: ['- File/Export presets and history...',
core.doc` core.doc`
`, `,
@ -3316,7 +3314,6 @@ var FileSystemWriterUIActions = actions.Actions({
var preset = history_index.get(title) var preset = history_index.get(title)
// export only if we get a good preset... // export only if we get a good preset...
if(preset && getName(preset) == title){ if(preset && getName(preset) == title){
console.log('>>>>>>>>>', preset)
that.exportAs(preset) that.exportAs(preset)
return make.dialog.close() } return make.dialog.close() }
// error... // error...