Skip to content
Snippets Groups Projects
Commit 51ef2a23 authored by nkour's avatar nkour
Browse files

do not default to sync with global status for new account

parent 0980c012
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ class Config:
'custom_host': [ opt_str, '' ],
'savegpgpass': [ opt_bool, False ],
'gpgpassword': [ opt_str, '' ],
'sync_with_global_status': [ opt_bool, True ],
'sync_with_global_status': [ opt_bool, False ],
'no_log_for': [ opt_str, '' ],
'attached_gpg_keys': [ opt_str, '' ],
}, {}),
......
......@@ -992,7 +992,7 @@
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">True</property>
<property name="active">False</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