bug fixes, interface settings update, plugins fix

This commit is contained in:
ingvar1995 2016-06-21 17:17:52 +03:00
parent 3936f652e9
commit bde1160562
5 changed files with 36 additions and 15 deletions

View file

@ -120,7 +120,8 @@ class Settings(Singleton, dict):
'height': 500,
'x': 400,
'y': 400,
'message_font_size': 14
'message_font_size': 14,
'unread_color': 'red'
}
@staticmethod