mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 15:52:39 -07:00
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:
parent
a9174e5dee
commit
a9378a8e9c
|
|
@ -7170,6 +7170,10 @@ var treectl = (function () {
|
||||||
if (!sread('dlni'))
|
if (!sread('dlni'))
|
||||||
clmod(ebi('dlni'), 'on', treectl.dlni = dlni);
|
clmod(ebi('dlni'), 'on', treectl.dlni = dlni);
|
||||||
|
|
||||||
|
dgrid = res.dgrid;
|
||||||
|
if (!sread('griden'))
|
||||||
|
clmod(ebi('griden'), 'on', thegrid.en = dgrid);
|
||||||
|
|
||||||
srvinf = res.srvinf;
|
srvinf = res.srvinf;
|
||||||
if (rtt !== null)
|
if (rtt !== null)
|
||||||
srvinf += (srvinf ? '</span> // <span>rtt: ' : 'rtt: ') + rtt;
|
srvinf += (srvinf ? '</span> // <span>rtt: ' : 'rtt: ') + rtt;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue