Delete the settings file if the user does not want to save its info
This commit is contained in:
@@ -49,6 +49,10 @@ public class SettingsLoader {
|
||||
path = System.getProperty("user.home") + File.separator + ".sheepit.conf";
|
||||
}
|
||||
|
||||
public String getFilePath() {
|
||||
return path;
|
||||
}
|
||||
|
||||
public void saveFile() {
|
||||
Properties prop = new Properties();
|
||||
OutputStream output = null;
|
||||
|
||||
Reference in New Issue
Block a user