mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-22 19:09:05 +02:00
5.86
-Filegrabber accounts fix
This commit is contained in:
parent
67966a6355
commit
7e5536c9d3
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>5.85</version>
|
||||
<version>5.86</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -552,7 +552,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
|
||||
String selected_item = (String) account_combobox.getSelectedItem();
|
||||
|
||||
if (selected_item != null && (_last_selected_item == null || !selected_item.equals(_last_selected_item)) && account_combobox.getSelectedIndex() != -1 && !_inserting_mega_accounts) {
|
||||
if (selected_item != null && (_last_selected_item == null || !selected_item.equals(_last_selected_item)) && !_inserting_mega_accounts) {
|
||||
|
||||
final String email = selected_item;
|
||||
|
||||
@ -669,9 +669,9 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
_last_selected_item = selected_item;
|
||||
_last_selected_item = selected_item;
|
||||
}
|
||||
}//GEN-LAST:event_account_comboboxItemStateChanged
|
||||
|
||||
private void skip_rest_buttonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_skip_rest_buttonActionPerformed
|
||||
|
@ -48,7 +48,7 @@ import javax.swing.UIManager;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "5.85";
|
||||
public static final String VERSION = "5.86";
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
|
||||
public static final int STREAMER_PORT = 1337;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 177 KiB |
Loading…
x
Reference in New Issue
Block a user