mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dfa7eb486d
commit
db57d389fd
@ -28,6 +28,20 @@ var base = require('features/base')
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
var Widget =
|
||||
module.Widget = core.ImageGridFeatures.Feature({
|
||||
title: '',
|
||||
doc: '',
|
||||
|
||||
tag: 'widget',
|
||||
depends: [
|
||||
'-ui-app-control',
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
var NWHostActions = actions.Actions({
|
||||
// window stuff...
|
||||
// XXX should this be nested in a .window object???
|
||||
|
||||
@ -106,6 +106,10 @@ core.ImageGridFeatures.Feature('imagegrid-testing', [
|
||||
'imagegrid-ui',
|
||||
|
||||
//'-ui-partial-ribbons',
|
||||
|
||||
// Add this to enable widget mode...
|
||||
// XXX needs testing...
|
||||
//'widget',
|
||||
|
||||
|
||||
// read-only mode...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user