profile minor fixes

This commit is contained in:
ingvar1995 2018-05-18 00:06:14 +03:00
parent a3103f6fb9
commit 1b8241eee9
5 changed files with 18 additions and 25 deletions

View file

@ -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'])