Hi,
Just give your project a try, and I see that panels (at least) declared in settings are not used when instanciating the bar.
I guess this line is wrong:
https://github.com/runcmf/runtracy/blob/master/src/RunTracy/Middlewares/TracyMiddleware.php#L67
It should be $cfg = $this->defcfg;
Regards.
Hi,
Just give your project a try, and I see that panels (at least) declared in settings are not used when instanciating the bar.
I guess this line is wrong:
https://github.com/runcmf/runtracy/blob/master/src/RunTracy/Middlewares/TracyMiddleware.php#L67
It should be
$cfg = $this->defcfg;Regards.