Mercurial > libervia-desktop-kivy
comparison src/cagou/core/cagou_main.py @ 44:7819e9efa250
chat: avatar and nick are now displayed, need further aesthetic improvments
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 29 Aug 2016 01:23:49 +0200 |
parents | 12fdc7d1feb1 |
children | 028a98983e46 |
comparison
equal
deleted
inserted
replaced
43:12fdc7d1feb1 | 44:7819e9efa250 |
---|---|
428 self.app.root.changeWidget(ui, "xmlui") | 428 self.app.root.changeWidget(ui, "xmlui") |
429 self.app.root.show("xmlui") | 429 self.app.root.show("xmlui") |
430 | 430 |
431 def closeUI(self): | 431 def closeUI(self): |
432 self.app.root.show() | 432 self.app.root.show() |
433 | |
434 def getDefaultAvatar(self, entity=None): | |
435 return self.app.default_avatar |