identicons basic support

This commit is contained in:
ingvar1995 2018-05-16 20:25:21 +03:00
parent f3aa0aeda3
commit c0a143c817
9 changed files with 36 additions and 14 deletions

View file

@ -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")