mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-29 22:24:32 +02:00
7.98
Fix wrong parent dir creation in subfolder link download
This commit is contained in:
parent
c1b65e120d
commit
8ede7a252e
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>7.97</version>
|
||||
<version>7.98</version>
|
||||
<packaging>jar</packaging>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
@ -455,8 +455,8 @@ public class FolderLinkDialog extends javax.swing.JDialog {
|
||||
conta_nodo++;
|
||||
|
||||
int c = conta_nodo;
|
||||
MiscTools.GUIRun(() -> {
|
||||
|
||||
MiscTools.GUIRun(() -> {
|
||||
node_bar.setValue(c);
|
||||
});
|
||||
|
||||
@ -539,6 +539,9 @@ public class FolderLinkDialog extends javax.swing.JDialog {
|
||||
_mega_error = 2;
|
||||
|
||||
} else {
|
||||
|
||||
root.setParent(null);
|
||||
|
||||
final JTree ftree = file_tree;
|
||||
|
||||
final MegaMutableTreeNode roott = root;
|
||||
|
@ -70,7 +70,7 @@ import javax.swing.UIManager;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "7.97";
|
||||
public static final String VERSION = "7.98";
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user