Add Team app

This commit is contained in:
yflory
2019-09-04 16:08:53 +02:00
parent e9785c7ef6
commit 1a8f47d558
10 changed files with 848 additions and 2 deletions

View File

@@ -922,6 +922,7 @@ MessengerUI, Messages) {
var pads_options = [];
Config.availablePadTypes.forEach(function (p) {
if (p === 'drive') { return; }
if (p === 'team') { return; }
if (!Common.isLoggedIn() && Config.registeredOnlyTypes &&
Config.registeredOnlyTypes.indexOf(p) !== -1) { return; }
pads_options.push({