Skip to content

Commit

Permalink
Merge pull request RocketChat#135 from Shailesh351/sb_change_attach_icon
Browse files Browse the repository at this point in the history
Change Attach/Upload File Icon
  • Loading branch information
kb0304 committed Jan 30, 2020
2 parents db1795e + 865af3a commit fcbbd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-message/client/messageBox/messageBoxActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ messageBox.actions.add('Create_new', 'Video_message', {

messageBox.actions.add('Add_files_from', 'Computer', {
id: 'file-upload',
icon: 'computer',
icon: 'clip',
condition: () => settings.get('FileUpload_Enabled'),
action({ rid, tmid, event, messageBox }) {
event.preventDefault();
Expand Down

0 comments on commit fcbbd1f

Please sign in to comment.