Exemple #1
0
 def OnExit(self):
     s = SettingsManager()
     if s.Modified is True:
         s.SaveSettings()
     return wx.App.OnExit(self)