messages update - deleting, unsent messages saving, bug fixes

This commit is contained in:
ingvar1995
2016-06-28 12:44:27 +03:00
parent a56693547c
commit b982df70ea
6 changed files with 140 additions and 49 deletions

View File

@@ -122,7 +122,8 @@ class Settings(dict, Singleton):
'x': 400,
'y': 400,
'message_font_size': 14,
'unread_color': 'red'
'unread_color': 'red',
'save_unsent_only': False
}
@staticmethod