From 73051ad30f3a4759c957d45fc98822ff291fe8de Mon Sep 17 00:00:00 2001 From: ClemDee Date: Fri, 9 Aug 2019 13:28:09 +0200 Subject: [PATCH] Change save-in-your-cryptdrive icon on code contextmenu --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index b228ecc7e..f4551c4ef 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2856,7 +2856,7 @@ define([ }, [ h('li', h('a.dropdown-item', { 'tabindex': '-1', - 'data-icon': "cptools-file", + 'data-icon': "fa-cloud-upload", }, Messages.pad_mediatagImport)) ]) ]);