Use simple chars for PEP mood/activity/gaming
This commit is contained in:
parent
71ae29df97
commit
3ce4454282
1 changed files with 3 additions and 3 deletions
|
@ -307,9 +307,9 @@ class Theme(object):
|
|||
CHAR_ROSTER_ERROR = '✖'
|
||||
CHAR_ROSTER_TUNE = '♪'
|
||||
CHAR_ROSTER_ASKED = '?'
|
||||
CHAR_ROSTER_ACTIVITY = '☃'
|
||||
CHAR_ROSTER_MOOD = '☺'
|
||||
CHAR_ROSTER_GAMING = '♠'
|
||||
CHAR_ROSTER_ACTIVITY = 'A'
|
||||
CHAR_ROSTER_MOOD = 'M'
|
||||
CHAR_ROSTER_GAMING = 'G'
|
||||
CHAR_ROSTER_FROM = '←'
|
||||
CHAR_ROSTER_BOTH = '↔'
|
||||
CHAR_ROSTER_TO = '→'
|
||||
|
|
Loading…
Reference in a new issue