profile minor fixes
This commit is contained in:
parent
a3103f6fb9
commit
1b8241eee9
5 changed files with 18 additions and 25 deletions
|
@ -242,7 +242,7 @@ class ProfileSettings(CenteredWidget):
|
|||
self.copy_pk.setIconSize(QtCore.QSize(10, 10))
|
||||
|
||||
def new_no_spam(self):
|
||||
self.tox_id.setText(self._profile.new_nospam())
|
||||
self.tox_id.setText(self._profile.set_new_nospam())
|
||||
|
||||
def reset_avatar(self):
|
||||
self._profile.reset_avatar(self._settings['identicons'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue