Hide disabled applications from the context menu in drive

This commit is contained in:
yflory
2017-02-02 18:40:39 +01:00
parent 91299f5f30
commit 2c6b4b9c6a
4 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ define(function() {
/* Select the buttons displayed on the main page to create new collaborative sessions
* Existing types : pad, code, poll, slide
*/
config.availablePadTypes = ['pad', 'code', 'slide', 'poll'];
config.availablePadTypes = ['drive', 'pad', 'code', 'slide', 'poll'];
/* Cryptpad apps use a common API to display notifications to users
* by default, notifications are hidden after 5 seconds