profile settings update
This commit is contained in:
parent
632412c345
commit
47954afc4c
3 changed files with 22 additions and 10 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue