mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Filemanager: fix Collabora UI preference again so you can override default
This commit is contained in:
parent
e33280930d
commit
10e33001eb
@ -270,7 +270,7 @@ class filemanager_hooks
|
|||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => lang('UI mode'),
|
'label' => lang('UI mode'),
|
||||||
'name' => 'ui_mode',
|
'name' => 'ui_mode',
|
||||||
'values' => ['classic','notebookbar'],
|
'values' => ['classic' => lang('classic'),'notebookbar' => lang('notebookbar')],
|
||||||
'default' => 'notebookbar'
|
'default' => 'notebookbar'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user