refactoring

This commit is contained in:
Simon Vieille 2020-08-12 16:27:43 +02:00
commit 3f2a307226
Signed by untrusted user: deblan
GPG key ID: 03383D15A1D31745
2 changed files with 17 additions and 12 deletions

View file

@ -54,6 +54,14 @@ class AppRepository
'external_links',
],
];
} elseif ($app['id'] === 'files') {
$visibleApps[$app['id']] = [
'id' => $app['id'],
'name' => $app['name'],
'preview' => $app['icon'],
'previewAsIcon' => true,
'category' => [],
];
}
}