mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-29 22:24:32 +02:00
1.3
This commit is contained in:
parent
75d621bd20
commit
96af814804
@ -58,7 +58,7 @@ import static megabasterd.Transference.MAX_TRANSFERENCE_SPEED_DEFAULT;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION="1.2";
|
||||
public static final String VERSION="1.3";
|
||||
public static final String USER_AGENT="Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0";
|
||||
public static final int CONNECTION_TIMEOUT = 30000;
|
||||
public static final int THROTTLE_SLICE_SIZE=16*1024;
|
||||
|
@ -48,8 +48,8 @@ abstract public class TransferenceManager implements Runnable, SecureNotifiable
|
||||
return _starting_transferences;
|
||||
}
|
||||
|
||||
public void setStarting_transferences(boolean starting_transferences) {
|
||||
_starting_transferences = starting_transferences;
|
||||
public void setStarting_transferences(boolean starting) {
|
||||
_starting_transferences = starting;
|
||||
}
|
||||
|
||||
public TransferenceManager(MainPanel main_panel, javax.swing.JPanel scroll_panel) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user