mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-30 06:34:39 +02:00
parent
b107b6691d
commit
8f78d0bfdf
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>7.16</version>
|
||||
<version>7.17</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -55,7 +55,7 @@ import javax.swing.UIManager;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "7.16";
|
||||
public static final String VERSION = "7.17";
|
||||
public static final boolean FORCE_SMART_PROXY = false; //TRUE FOR DEBUGING SMART PROXY
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
|
||||
|
@ -488,7 +488,6 @@ public class SettingsDialog extends javax.swing.JDialog {
|
||||
}
|
||||
|
||||
smart_proxy_checkbox.setSelected(use_smart_proxy);
|
||||
multi_slot_down_checkbox.setSelected(use_smart_proxy);
|
||||
rec_smart_proxy_label.setEnabled(use_smart_proxy);
|
||||
custom_proxy_list_label.setEnabled(use_smart_proxy);
|
||||
custom_proxy_textarea.setEnabled(use_smart_proxy);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 202 KiB |
Loading…
x
Reference in New Issue
Block a user