From bc7d10ce124069ae3e631a9976b3941480c456ae Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 15 Oct 2021 09:51:09 +0200 Subject: [PATCH] wip #4793 --- src/Compiler/Compiler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 6d3a864..9f82fb0 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -327,6 +327,7 @@ class Compiler implements ShouldQueue, ShouldBeUnique public function addSlideshowLibrary($inline = true) { - + $l = ($inline ? $this->config->inlineSlideshowLibrary : $this->config->popupSlideshowLibrary); + $this->addLess('slideshow/' . $l); } } -- 2.39.5