Merge branch 'master' into hotfix-updater
Conflicts: pom.xml src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
This commit is contained in:
commit
66671ff552
@ -45,7 +45,7 @@ public class ClipboardUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class AutoripThread extends Thread {
|
class AutoripThread extends Thread {
|
||||||
public volatile boolean isRunning = false;
|
protected volatile boolean isRunning = false;
|
||||||
Set<String> rippedURLs = new HashSet<String>();
|
Set<String> rippedURLs = new HashSet<String>();
|
||||||
|
|
||||||
public void run() {
|
public void run() {
|
||||||
|
@ -162,7 +162,6 @@ public class MainWindow implements Runnable, RipStatusHandler {
|
|||||||
Utils.setConfigBoolean("auto.update", configAutoupdateCheckbox.isSelected());
|
Utils.setConfigBoolean("auto.update", configAutoupdateCheckbox.isSelected());
|
||||||
saveHistory();
|
saveHistory();
|
||||||
Utils.saveConfig();
|
Utils.saveConfig();
|
||||||
ClipboardUtils.setClipboardAutoRip(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void status(String text) {
|
private void status(String text) {
|
||||||
|
Loading…
Reference in New Issue
Block a user