FIx a silly typo
This commit is contained in:
@@ -117,7 +117,7 @@ class MainFrame(wx.Frame):
|
||||
|
||||
def ExitApp(self, evt):
|
||||
try:
|
||||
service.Settings.getInstance().saveAll()
|
||||
service.SettingsProvider.getInstance().saveAll()
|
||||
self.Close()
|
||||
except PyDeadObjectError:
|
||||
pass
|
||||
|
||||
@@ -3,4 +3,4 @@ from service.fit import Fit
|
||||
from service.attribute import Attribute
|
||||
from service.character import Character
|
||||
from service.damagePattern import DamagePattern
|
||||
from service.settings import Settings
|
||||
from service.settings import SettingsProvider
|
||||
|
||||
Reference in New Issue
Block a user