mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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 dir = res.isDirectory()
|
||||||
var elem = res
|
var elem = res
|
||||||
|
// do not include dot files...
|
||||||
|
// XXX should these be hidden or disabled???
|
||||||
&& !(that.options.disableDotFiles
|
&& !(that.options.disableDotFiles
|
||||||
&& file.startsWith('.'))
|
&& file.startsWith('.'))
|
||||||
&& make(fullpath
|
&& make(fullpath
|
||||||
@ -332,6 +334,8 @@ var WalkPrototype = {
|
|||||||
dotDirs: true,
|
dotDirs: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// XXX should we have a key set to toggle this???
|
||||||
|
// ...and what key?
|
||||||
toggleDotFileDrawing: function(){
|
toggleDotFileDrawing: function(){
|
||||||
var cur = this.selected
|
var cur = this.selected
|
||||||
if(this.options.toggleDisabledDrawing == false){
|
if(this.options.toggleDisabledDrawing == false){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user