Fix missing icon

This commit is contained in:
Hadi Nategh 2018-03-14 13:26:49 +01:00
parent eb1eed5b8d
commit 94fb6fecaa
2 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class filemanager_ui
'default' => true 'default' => true
), ),
'file_drop_copy' => array( 'file_drop_copy' => array(
'icon' => 'stylite/edit_copy', 'icon' => 'stylite/copy',
'acceptedTypes' => 'file', 'acceptedTypes' => 'file',
'caption' => lang('Copy into folder'), 'caption' => lang('Copy into folder'),
'type' => 'drop', 'type' => 'drop',

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB