mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5b9d61bc88
commit
7c8459c68f
2
ui/ui.js
2
ui/ui.js
@ -939,9 +939,11 @@ function exportPreviewsDialog(state, dfl){
|
||||
size = size == 'Original image' ? Math.max.apply(null, PREVIEW_SIZES)*2 : parseInt(size)-5
|
||||
|
||||
// do the actual exporting...
|
||||
// full state...
|
||||
if(state != 'current image'){
|
||||
exportImagesTo(path, name, dir, size)
|
||||
|
||||
// single image...
|
||||
} else {
|
||||
exportImageTo(getImageGID(), path, name, size)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user