identicons basic support
This commit is contained in:
parent
f3aa0aeda3
commit
c0a143c817
9 changed files with 36 additions and 14 deletions
|
@ -245,7 +245,7 @@ class ProfileSettings(CenteredWidget):
|
|||
self.tox_id.setText(self._profile.new_nospam())
|
||||
|
||||
def reset_avatar(self):
|
||||
self._profile.reset_avatar()
|
||||
self._profile.reset_avatar(self._settings['identicons'])
|
||||
|
||||
def set_avatar(self):
|
||||
choose = util_ui.tr("Choose avatar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue