Fixed a bug in the presentation of the saved text.
This commit is contained in:
parent
ec44730741
commit
52c7389ba4
@ -18,6 +18,6 @@ class command():
|
||||
return 'Saves your current Fenrir settings so they are the default.'
|
||||
def run(self):
|
||||
self.env['runtime']['settingsManager'].saveSettings(settingConfigPath)
|
||||
self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True)True
|
||||
self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True)
|
||||
def setCallback(self, callback):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user