Is there a way to remove copy and only confirm Move when dragging and dropping a file?
I tried manipulating options.messages.dialogs.moveConfirm to show only move, but I still have a small button for Copy
filemanager.options.messages.dialogs.moveConfirm.content = '<p style="text-align: center;">Do you want to move file?</p>';
filemanager.options.messages.dialogs.moveConfirm.okText = '';