Show the current status in the ContactInfoWin
This commit is contained in:
parent
80b1e835b7
commit
9ddd2481c7
1 changed files with 2 additions and 0 deletions
|
@ -1688,6 +1688,8 @@ class ContactInfoWin(Win):
|
|||
else:
|
||||
self.addstr('Ask: %s' % (contact.ask,))
|
||||
self.finish_line()
|
||||
if resource:
|
||||
self.addstr(2, 0, 'Status: %s' % (resource.status))
|
||||
|
||||
|
||||
def draw_group_info(self, group):
|
||||
|
|
Loading…
Reference in a new issue