From c4f84b9ee962b7166a0a001671cd2dba5f36094c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 21 Nov 2019 15:39:23 +0000 Subject: [PATCH] add icons to filesharemodal tabs --- www/common/common-ui-elements.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index e9863d030..1512cb761 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1364,12 +1364,15 @@ define([ // Create modal var tabs = [{ title: Messages.share_linkCategory, + icon: "fa fa-link", content: frameLink }, { title: Messages.share_contactCategory, + icon: "fa fa-address-book", content: frameContacts }, { title: Messages.share_embedCategory, + icon: "fa fa-code", content: frameEmbed }]; if (typeof(AppConfig.customizeShareOptions) === 'function') {