mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6a15dccca3
commit
d1162a171a
@ -252,25 +252,25 @@ module.ConfigLocalStorage = core.ImageGridFeatures.Feature({
|
|||||||
// XXX config override location/filename to support portable apps...
|
// XXX config override location/filename to support portable apps...
|
||||||
// XXX comment support in json (preferably both reading and writing...)
|
// XXX comment support in json (preferably both reading and writing...)
|
||||||
|
|
||||||
var ConfigFS = actions.Actions({
|
var ConfigFSActions = actions.Actions({
|
||||||
config: {
|
config: {
|
||||||
},
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
var ConfigLocalStorage =
|
var ConfigFS =
|
||||||
module.ConfigLocalStorage = core.ImageGridFeatures.Feature({
|
module.ConfigFS = core.ImageGridFeatures.Feature({
|
||||||
title: '',
|
title: '',
|
||||||
doc: '',
|
doc: '',
|
||||||
|
|
||||||
tag: 'fs-config',
|
tag: 'fs-config',
|
||||||
depends: [
|
depends: [
|
||||||
'config-local-storage',
|
'localstorage-config',
|
||||||
'fs',
|
'fs',
|
||||||
],
|
],
|
||||||
|
|
||||||
actions: ConfigFS,
|
actions: ConfigFSActions,
|
||||||
|
|
||||||
handlers: [
|
handlers: [
|
||||||
// NOTE: considering that allot depends on this it must be
|
// NOTE: considering that allot depends on this it must be
|
||||||
|
|||||||
@ -485,7 +485,7 @@ module.SingleImageViewLocalStorage = core.ImageGridFeatures.Feature({
|
|||||||
tag: 'ui-single-image-local-storage',
|
tag: 'ui-single-image-local-storage',
|
||||||
depends: [
|
depends: [
|
||||||
'ui-single-image',
|
'ui-single-image',
|
||||||
'config-local-storage',
|
'localstorage-config',
|
||||||
],
|
],
|
||||||
|
|
||||||
handlers:[
|
handlers:[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user