mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-23 18:16:18 +02:00
6.30
-Fix buttons open folder and copy link
This commit is contained in:
parent
d235935a1a
commit
72e48a384f
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>6.29</version>
|
||||
<version>6.30</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -519,8 +519,8 @@ public final class Download implements Transference, Runnable, SecureSingleThrea
|
||||
getView().getQueue_down_button().setVisible(false);
|
||||
getView().getQueue_up_button().setVisible(false);
|
||||
getView().getClose_button().setVisible(false);
|
||||
getView().getCopy_link_button().setVisible(false);
|
||||
getView().getOpen_folder_button().setVisible(false);
|
||||
getView().getCopy_link_button().setVisible(true);
|
||||
getView().getOpen_folder_button().setVisible(true);
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -50,7 +50,7 @@ import javax.swing.UIManager;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "6.29";
|
||||
public static final String VERSION = "6.30";
|
||||
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: 234 KiB After Width: | Height: | Size: 205 KiB |
Loading…
x
Reference in New Issue
Block a user