This commit is contained in:
tonikelope 2016-10-13 13:51:24 +02:00
parent f4aab889de
commit 9c10ea65a9

View File

@ -275,7 +275,7 @@ public final class Upload implements Transference, Runnable, SecureNotifiable {
if (result == null) { if (result == null) {
_speed_meter = result = new SpeedMeter(this, getMain_panel().getGlobal_dl_speed()); _speed_meter = result = new SpeedMeter(this, getMain_panel().getGlobal_up_speed());
} }
} }