Fix preferences file saving
This commit is contained in:
parent
dd05e3e411
commit
54efb582b1
@ -205,6 +205,7 @@ public class DisguiseUtilities {
|
|||||||
String json = getGson().toJson(map);
|
String json = getGson().toJson(map);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
viewPreferences.delete();
|
||||||
Files.write(viewPreferences.toPath(), json.getBytes(), StandardOpenOption.CREATE);
|
Files.write(viewPreferences.toPath(), json.getBytes(), StandardOpenOption.CREATE);
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user