mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
add an alias to Deluge.Formatters.plain
This commit is contained in:
parent
2631f09315
commit
1c8ebc198a
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ var fsize = Deluge.Formatters.size;
|
|||
var fspeed = Deluge.Formatters.speed;
|
||||
var ftime = Deluge.Formatters.timeRemaining;
|
||||
var fdate = Deluge.Formatters.date;
|
||||
var fplain = Deluge.Formatters.plain;
|
||||
|
||||
Deluge.Keys = {
|
||||
Grid: [
|
||||
|
|
Loading…
Add table
Reference in a new issue