apply gridview volflag on navigation (closes #871);

only takes effect if the user has not specifically toggled
the gridview using either the hotkey or the 田 button
This commit is contained in:
ed 2025-12-01 19:04:50 +00:00
parent a9174e5dee
commit a9378a8e9c

View file

@ -7170,6 +7170,10 @@ var treectl = (function () {
if (!sread('dlni'))
clmod(ebi('dlni'), 'on', treectl.dlni = dlni);
dgrid = res.dgrid;
if (!sread('griden'))
clmod(ebi('griden'), 'on', thegrid.en = dgrid);
srvinf = res.srvinf;
if (rtt !== null)
srvinf += (srvinf ? '</span> // <span>rtt: ' : 'rtt: ') + rtt;