From e6112d27ee5ec778acd78941829a9645e9052761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 15 May 2020 13:09:56 +0100 Subject: [PATCH] change icons for files in drive --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 8147b50fb..1ae08f37c 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3002,7 +3002,7 @@ define([ APP.$collapseButton = APP.$collapseButton || common.createButton('', true, { text: Messages.drive_treeButton, name: 'files', - icon: 'fa-sitemap', + icon: 'fa-hdd-o', drawer: false, }); checkCollapseButton();