diff options
Diffstat (limited to 'apps/files_sharing/js/sharetabview.js')
-rw-r--r-- | apps/files_sharing/js/sharetabview.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/js/sharetabview.js b/apps/files_sharing/js/sharetabview.js index fc7f2c5f045..3944293d5c1 100644 --- a/apps/files_sharing/js/sharetabview.js +++ b/apps/files_sharing/js/sharetabview.js @@ -32,6 +32,10 @@ return t('files_sharing', 'Sharing'); }, + getIcon: function() { + return 'icon-shared'; + }, + /** * Renders this details view */ |