forked from 0x2620/oxjs
update symbols
This commit is contained in:
parent
e9579e10eb
commit
48b5e9610a
8 changed files with 45 additions and 4 deletions
|
|
@ -21,10 +21,12 @@ Ox.load('UI', function() {
|
|||
'find', 'flag', 'like', 'locate', 'mail', 'map', 'publish',
|
||||
'star', 'tag', 'view'
|
||||
],
|
||||
['file', 'directory', 'volume', 'mount', 'unmount', 'sync'],
|
||||
[
|
||||
'list', 'columns', 'grid', 'iconlist',
|
||||
'gridLandscape', 'gridPortrait',
|
||||
'iconlistPortraitList', 'iconlistPortraitIconLandscape'
|
||||
'list', 'columns',
|
||||
'grid', 'gridLandscape', 'gridPortrait',
|
||||
'gridLandscapePortrait', 'gridPortraitLandscape',
|
||||
'iconlist', 'iconlistLandscape', 'iconlistPortrait'
|
||||
],
|
||||
['info', 'warning', 'help'],
|
||||
['select', 'set'],
|
||||
|
|
@ -33,7 +35,6 @@ Ox.load('UI', function() {
|
|||
['unlock', 'lock'],
|
||||
['copyright', 'noCopyright'],
|
||||
['circle', 'square'],
|
||||
['volume', 'mount', 'unmount', 'sync'],
|
||||
['icon', 'bracket', 'clock', 'switch', 'user']
|
||||
],
|
||||
symbols = Ox.flatten(groups),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue