mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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',
|
||||
'label' => lang('UI mode'),
|
||||
'name' => 'ui_mode',
|
||||
'values' => ['classic','notebookbar'],
|
||||
'values' => ['classic' => lang('classic'),'notebookbar' => lang('notebookbar')],
|
||||
'default' => 'notebookbar'
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user