diff --git a/src/common/config.py b/src/common/config.py index 24aaa55aa..e240cdf15 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -38,8 +38,8 @@ class Config: 'delroster': [ opt_bool, True ], 'alwaysauth': [ opt_bool, False ], 'autopopup': [ opt_bool, False ], - 'notify_on_online': [ opt_bool, True ], - 'notify_on_offline': [ opt_bool, False ], + 'notify_on_signin': [ opt_bool, True ], + 'notify_on_signout': [ opt_bool, False ], 'notify_on_new_message': [ opt_bool, False ], 'autopopupaway': [ opt_bool, False ], 'ignore_unknown_contacts': [ opt_bool, False ],