diff --git a/src/PlotlyKaleido.jl b/src/PlotlyKaleido.jl index 97ca3f7..1a2bc20 100644 --- a/src/PlotlyKaleido.jl +++ b/src/PlotlyKaleido.jl @@ -117,7 +117,7 @@ function start(; end end # We add the flags to the BIN - append!(BIN.exec, chromium_flags, extra_flags) + append!(BIN.exec, chromium_flags, user_flags) kstdin = Pipe() kstdout = Pipe()