mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f3ebc4c9f4
commit
bc4c8cb5a5
@ -2448,12 +2448,12 @@ var FileSystemWriterUIActions = actions.Actions({
|
||||
core.doc`Save changes...
|
||||
|
||||
NOTE: if .location is empty this will prompt user for save path by
|
||||
launching .browseExportIndex(..)
|
||||
launching .exportIndexDialog(..)
|
||||
`,
|
||||
function(){
|
||||
this.location.path ?
|
||||
this.saveIndex()
|
||||
: this.browseExportIndex() }],
|
||||
: this.exportIndexDialog() }],
|
||||
// XXX should this be a UI action???
|
||||
// ...at this point this depends on .saveIndexHere(..), thus
|
||||
// it is here...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user