diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-26 16:54:38 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:29:11 +0100 |
commit | 8829019101e2aba587a32f6c04cb2befc5de0f2b (patch) | |
tree | 0cc5dccc8a674a789dd2ea194d20b311d6a4f463 /apps/comments/src/comments-tab.js | |
parent | 348796892b0cff6dfe38ce4d6761309552cc8c05 (diff) | |
download | nextcloud-server-8829019101e2aba587a32f6c04cb2befc5de0f2b.tar.gz nextcloud-server-8829019101e2aba587a32f6c04cb2befc5de0f2b.zip |
Add support for Material icon in files sidebar
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/comments/src/comments-tab.js')
-rw-r--r-- | apps/comments/src/comments-tab.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js index 2c81843291c..7b12de6de4f 100644 --- a/apps/comments/src/comments-tab.js +++ b/apps/comments/src/comments-tab.js @@ -20,6 +20,8 @@ * */ +import MessageReplyText from 'vue-material-design-icons/MessageReplyText.vue' + // Init Comments tab component let TabInstance = null const commentTab = new OCA.Files.Sidebar.Tab({ |