profile settings update

This commit is contained in:
ingvar1995
2016-02-25 11:32:40 +03:00
parent 632412c345
commit 47954afc4c
3 changed files with 22 additions and 10 deletions

View File

@ -261,7 +261,7 @@ class MainWindow(QtGui.QMainWindow):
self.a_c.show()
def profile_settings(self):
self.p_s = ProfileSettings()
self.p_s = ProfileSettings(self.tox)
self.p_s.show()
def privacy_settings(self):