mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Filemanager: fix Collabora UI preference again so you can override default
This commit is contained in:
parent
0541089170
commit
32f3034d88
@ -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…
x
Reference in New Issue
Block a user