mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0c5c58a09d
commit
dc2d302406
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user