property 'notify_on_file_complete'
This commit is contained in:
parent
0cd682f2ce
commit
c84973327d
|
@ -120,6 +120,7 @@ class Config:
|
|||
'send_receive_chat_state_notifications': [opt_bool, True],
|
||||
'print_ichat_every_foo_minutes': [opt_int, 5], # default is every 5 minutes
|
||||
'confirm_close_muc': [opt_bool, True], # confirm closing MUC window
|
||||
'notify_on_file_complete': [opt_bool, True], # notif. on file complete
|
||||
}
|
||||
|
||||
__options_per_key = {
|
||||
|
|
Loading…
Reference in New Issue