Skip to content
Snippets Groups Projects
Commit 313c1b24 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

autoreconnect is true be default

parent 3f687c52
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ class Config:
'resource': [ opt_str, 'gajim' ],
'priority': [ opt_int, 5 ],
'autoconnect': [ opt_bool, False ],
'autoreconnect': [ opt_bool, False ],
'autoreconnect': [ opt_bool, True ],
'proxy': [ opt_str, '' ],
'keyid': [ opt_str, '' ],
'keyname': [ opt_str, '' ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment