mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
Update Utils.java
This commit is contained in:
committed by
GitHub
parent
56ad263d11
commit
9a7a85cb96
@@ -272,7 +272,7 @@ public class Utils {
|
|||||||
if(getConfigString("history.location", "").length()==0) {
|
if(getConfigString("history.location", "").length()==0) {
|
||||||
return getConfigDir() + File.separator + "url_history.txt";
|
return getConfigDir() + File.separator + "url_history.txt";
|
||||||
}else{
|
}else{
|
||||||
return getConfigString("history.location");
|
return getConfigString("history.location", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user