mirror of
https://github.com/9001/copyparty.git
synced 2026-02-21 18:01:40 +10: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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user