mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05: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'))
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user