mirror of
https://github.com/9001/copyparty.git
synced 2025-12-08 06:03:29 -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'))
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue