mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
set values to blank rather than the initial bogus values first used
This commit is contained in:
parent
1d5bc7669f
commit
3b744ae978
1 changed files with 5 additions and 5 deletions
|
@ -19,30 +19,30 @@
|
|||
createButtons: function() {
|
||||
this.add({
|
||||
id: 'statusbar-connections',
|
||||
text: '200 (200)',
|
||||
text: ' ',
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-connections',
|
||||
menu: Deluge.Menus.Connections
|
||||
}, '-', {
|
||||
id: 'statusbar-downspeed',
|
||||
text: '9.8KiB/s (30 KiB/s)',
|
||||
text: ' ',
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-downloading',
|
||||
menu: Deluge.Menus.Download
|
||||
}, '-', {
|
||||
id: 'statusbar-upspeed',
|
||||
text: '9.8KiB/s (30 KiB/s)',
|
||||
text: ' ',
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-seeding',
|
||||
menu: Deluge.Menus.Upload
|
||||
}, '-', {
|
||||
id: 'statusbar-traffic',
|
||||
text: '1.53/2,65 KiB/s',
|
||||
text: ' ',
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-traffic'
|
||||
}, '-', {
|
||||
id: 'statusbar-dht',
|
||||
text: '161',
|
||||
text: ' ',
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-dht'
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue