Updated the save settings path.

This commit is contained in:
Storm Dragon 2019-04-27 15:37:44 -04:00
parent 2fe27bdc36
commit 9130503b36

View File

@ -17,7 +17,7 @@ class command():
def getDescription(self): def getDescription(self):
return 'Saves your current Fenrir settings so they are the default.' return 'Saves your current Fenrir settings so they are the default.'
def run(self): def run(self):
self.env['runtime']['settingsManager'].saveSettings(settingConfigPath) self.env['runtime']['settingsManager'].saveSettings(self.env['runtime']['settingsManager'].getSettingsFile())
self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True) self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True)
def setCallback(self, callback): def setCallback(self, callback):
pass pass