mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
708922cd7e
commit
01997d9bb1
@ -14,5 +14,19 @@
|
||||
<body>
|
||||
|
||||
|
||||
<!-- TODO:
|
||||
- setup standard single image mode
|
||||
- add elements:
|
||||
- crop rectangle
|
||||
- crop preset selector
|
||||
- free form
|
||||
- 2:3
|
||||
- 3:2
|
||||
- 1:1
|
||||
- 16:9
|
||||
- add...
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -226,8 +226,9 @@ var ElectronHostActions = actions.Actions({
|
||||
var path = pathlib.normalize(base + '/' + filename)
|
||||
|
||||
requirejs('child_process')
|
||||
// XXX make this portable (osx, linux)...
|
||||
.exec('explorer.exe /select,'+JSON.stringify(path.replace(/\//g, '\\')))
|
||||
// XXX this is windows-specific...
|
||||
.exec(`explorer.exe /select,"${ pathlib.normalize(path) }"`)
|
||||
// XXX osx...
|
||||
//.exec('open -R '+JSON.stringify(path))
|
||||
}],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user