1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 11:30:19 +02:00

Update Utils.java

This commit is contained in:
inthebrilliantblue
2019-07-02 12:23:28 -05:00
committed by GitHub
parent 56ad263d11
commit 9a7a85cb96

View File

@@ -272,7 +272,7 @@ public class Utils {
if(getConfigString("history.location", "").length()==0) {
return getConfigDir() + File.separator + "url_history.txt";
}else{
return getConfigString("history.location");
return getConfigString("history.location", "");
}
}