apply per-volume sb_lg during navigation (#967)

Signed-off-by: Carson <57198646+carson-coder@users.noreply.github.com>
This commit is contained in:
Carson 2025-11-01 20:29:12 -04:00 committed by GitHub
parent 2cc53ea151
commit c00314a292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7194,6 +7194,7 @@ var treectl = (function () {
var lg0 = res.logues ? res.logues[0] || "" : "", var lg0 = res.logues ? res.logues[0] || "" : "",
lg1 = res.logues ? res.logues[1] || "" : "", lg1 = res.logues ? res.logues[1] || "" : "",
sb_lg = res.sb_lg || "",
mds = res.readmes && treectl.ireadme, mds = res.readmes && treectl.ireadme,
md0 = mds ? res.readmes[0] || "" : "", md0 = mds ? res.readmes[0] || "" : "",
md1 = mds ? res.readmes[1] || "" : "", md1 = mds ? res.readmes[1] || "" : "",