ui update

This commit is contained in:
ingvar1995
2016-05-19 00:38:21 +03:00
parent 3a835ceb7e
commit b2210c21cf
9 changed files with 104 additions and 63 deletions

View File

@@ -298,7 +298,7 @@ class Profile(Contact, Singleton):
self._incoming_calls = set()
settings = Settings.get_instance()
self._show_online = settings['show_online_friends']
screen.online_contacts.setChecked(self._show_online)
screen.online_contacts.setCurrentIndex(int(self._show_online))
aliases = settings['friends_aliases']
data = tox.self_get_friend_list()
self._history = History(tox.self_get_public_key()) # connection to db