rename the config vars [for signin/out]
This commit is contained in:
parent
d7f06a3fcd
commit
77ddf66a14
|
@ -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 ],
|
||||
|
|
Loading…
Reference in New Issue