tonikelope 2020-02-19 13:11:26 +01:00
parent b107b6691d
commit 8f78d0bfdf
4 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.tonikelope</groupId> <groupId>com.tonikelope</groupId>
<artifactId>MegaBasterd</artifactId> <artifactId>MegaBasterd</artifactId>
<version>7.16</version> <version>7.17</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -55,7 +55,7 @@ import javax.swing.UIManager;
*/ */
public final class MainPanel { 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 boolean FORCE_SMART_PROXY = false; //TRUE FOR DEBUGING SMART PROXY
public static final int THROTTLE_SLICE_SIZE = 16 * 1024; public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024; public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;

View File

@ -488,7 +488,6 @@ public class SettingsDialog extends javax.swing.JDialog {
} }
smart_proxy_checkbox.setSelected(use_smart_proxy); smart_proxy_checkbox.setSelected(use_smart_proxy);
multi_slot_down_checkbox.setSelected(use_smart_proxy);
rec_smart_proxy_label.setEnabled(use_smart_proxy); rec_smart_proxy_label.setEnabled(use_smart_proxy);
custom_proxy_list_label.setEnabled(use_smart_proxy); custom_proxy_list_label.setEnabled(use_smart_proxy);
custom_proxy_textarea.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