mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3824e54a2c
commit
da9a753f03
@ -106,6 +106,8 @@ Roadmap
|
|||||||
[_] index and group ALL files in an archive
|
[_] index and group ALL files in an archive
|
||||||
[_] import metadata
|
[_] import metadata
|
||||||
[_] real GIDs
|
[_] real GIDs
|
||||||
|
[_] BUG: sometimes loading a raw directory stops at "error loading data.json"
|
||||||
|
| and some times it does not err..
|
||||||
[_] BUG: jumping in ribbon sometimes does not load the ribbon correctly...
|
[_] BUG: jumping in ribbon sometimes does not load the ribbon correctly...
|
||||||
| Example 1:
|
| Example 1:
|
||||||
| first ribbon in (loaded at first image):
|
| first ribbon in (loaded at first image):
|
||||||
|
|||||||
1
ui/ui.js
1
ui/ui.js
@ -728,6 +728,7 @@ function loadDirectoryDialog(dfl){
|
|||||||
// reset the modes...
|
// reset the modes...
|
||||||
toggleSingleImageMode('off')
|
toggleSingleImageMode('off')
|
||||||
toggleSingleRibbonMode('off')
|
toggleSingleRibbonMode('off')
|
||||||
|
toggleMarkedOnlyView('off')
|
||||||
|
|
||||||
path = path.trim()
|
path = path.trim()
|
||||||
statusNotify(loadDir(path))
|
statusNotify(loadDir(path))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user