Fixed saving defaults.json to the right location
This commit is contained in:
@@ -856,7 +856,7 @@ class App(QtCore.QObject):
|
||||
|
||||
# Save update options
|
||||
try:
|
||||
f = open("defaults.json", "w")
|
||||
f = open(self.data_path + "/defaults.json", "w")
|
||||
json.dump(defaults, f)
|
||||
f.close()
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user