utf-8 everywhere, fixed bug with name and status, saving added.

This commit is contained in:
ingvar1995 2016-03-01 00:23:03 +03:00
parent ff7aa1794c
commit 5576f0423c
4 changed files with 15 additions and 12 deletions

View file

@ -84,6 +84,8 @@ def main():
app.exec_()
mainloop.stop = True
mainloop.wait()
data = tox.get_savedata()
ProfileHelper.save_profile(data)
del tox