removed an unneeded line of code.

This commit is contained in:
Storm Dragon 2019-04-27 15:27:20 -04:00
parent b9f1feaa60
commit ec44730741

View File

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