mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
exporting fully functional...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
154802c314
commit
9cbdd89d0c
5
ui/ui.js
5
ui/ui.js
@ -653,7 +653,10 @@ function exportPreviews(dfl){
|
||||
'Destination': {ndir: dfl},
|
||||
}, 'OK', 'exportPreviews')
|
||||
.done(function(data){
|
||||
exportTo(data['Destination'], data['Image name pattern'], data['Fav directory name'])
|
||||
exportTo(
|
||||
data['Destination'],
|
||||
data['Image name pattern'],
|
||||
data['Fav directory name'])
|
||||
|
||||
res.resolve(data[''])
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user