Disable contact sign-in notification by default

This commit is contained in:
Daniel Brötzmann 2019-04-26 10:04:02 +02:00
parent eb6762a461
commit b262d5add9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Config:
# name: [ type, default_value, help_string ]
'verbose': [opt_bool, False, '', True],
'autopopup': [opt_bool, False],
'notify_on_signin': [opt_bool, True],
'notify_on_signin': [opt_bool, False],
'notify_on_signout': [opt_bool, False],
'notify_on_new_message': [opt_bool, True],
'autopopupaway': [opt_bool, False],