mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f7cc2ba306
commit
9f2357952d
@ -197,6 +197,8 @@ function(path, make){
|
||||
|
||||
var dir = res.isDirectory()
|
||||
var elem = res
|
||||
// do not include dot files...
|
||||
// XXX should these be hidden or disabled???
|
||||
&& !(that.options.disableDotFiles
|
||||
&& file.startsWith('.'))
|
||||
&& make(fullpath
|
||||
@ -332,6 +334,8 @@ var WalkPrototype = {
|
||||
dotDirs: true,
|
||||
},
|
||||
|
||||
// XXX should we have a key set to toggle this???
|
||||
// ...and what key?
|
||||
toggleDotFileDrawing: function(){
|
||||
var cur = this.selected
|
||||
if(this.options.toggleDisabledDrawing == false){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user