Updated the save settings path.
This commit is contained in:
parent
2fe27bdc36
commit
9130503b36
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user