bug fixes and history export
This commit is contained in:
parent
ae50efa2e6
commit
44e5e7d0a6
5 changed files with 20 additions and 2 deletions
|
@ -178,6 +178,8 @@ class ProfileSettings(CenteredWidget):
|
|||
ProfileHelper.export_profile(directory)
|
||||
settings = Settings.get_instance()
|
||||
settings.export(directory)
|
||||
profile = Profile.get_instance()
|
||||
profile.export_history(directory)
|
||||
|
||||
def closeEvent(self, event):
|
||||
profile = Profile.get_instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue