smileys settings

This commit is contained in:
ingvar1995 2016-06-11 15:37:52 +03:00
parent a0b23b0faa
commit 94eb292b16
9 changed files with 73 additions and 41 deletions

View file

@ -85,7 +85,8 @@ class Settings(Singleton, dict):
'plugins': [],
'notes': {},
'smileys': True,
'smiley_pack': 'default'
'smiley_pack': 'default',
'mirror_mode': False
}
@staticmethod