Skip to content
Snippets Groups Projects
Commit 36240c71 authored by nkour's avatar nkour
Browse files

default to connect at startup for a new account

parent 31df2151
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class Config:
'password': [ opt_str, '' ],
'resource': [ opt_str, 'gajim' ],
'priority': [ opt_int, 5 ],
'autoconnect': [ opt_bool, False ],
'autoconnect': [ opt_bool, True ],
'proxy': [ opt_str, '' ],
'keyid': [ opt_str, '' ],
'keyname': [ opt_str, '' ],
......
......@@ -954,7 +954,7 @@
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="active">True</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
......
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