mirror of https://github.com/sualko/cloud_bbb
feat: change default nav label to BBB
parent
4f41df6156
commit
d26521ea53
|
@ -44,7 +44,7 @@ class Application extends App {
|
||||||
$config = $container->query(IConfig::class);
|
$config = $container->query(IConfig::class);
|
||||||
|
|
||||||
if ($config->getAppValue(self::ID, 'app.navigation') === 'true') {
|
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);
|
$this->registerAsNavigationEntry($name);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue