mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk web) #5013 fix r13523 regression with initializing file priority buttons
This commit is contained in:
parent
6438568d66
commit
ee3eca112d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function FileRow(torrent, depth, name, indices, even)
|
|||
indices: [],
|
||||
isWanted: true,
|
||||
priorityLow: false,
|
||||
priorityNormal: true,
|
||||
priorityNormal: false,
|
||||
priorityHigh: false,
|
||||
me: this,
|
||||
size: 0,
|
||||
|
|
Loading…
Reference in a new issue