added smaller footprint of navigation-name as default, now bbb instead of BigBlueButton

pull/134/head
Christoph Schmidt 2021-03-17 16:03:06 +01:00
parent 8fcbcb0a07
commit d52aa0a76d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Application extends App {
$config = $container->query(IConfig::class);
if ($config->getAppValue(self::ID, 'app.navigation') === 'true') {
$name = $config->getAppValue(self::ID, 'app.navigation.name', 'BigBlueButton');
$name = $config->getAppValue(self::ID, 'app.navigation.name', 'BBB');
$this->registerAsNavigationEntry($name);
} else {