parent
de790f5e4c
commit
0dbcac4efe
|
@ -391,6 +391,7 @@ class GajimApplication(Gtk.Application):
|
|||
act = Gio.SimpleAction.new_stateful(
|
||||
'agent', None,
|
||||
GLib.Variant.new_boolean(app.config.get('use_gpg_agent')))
|
||||
act.connect('change-state', app_actions.on_use_pgp_agent)
|
||||
self.add_action(act)
|
||||
|
||||
# General Actions
|
||||
|
|
Loading…
Reference in New Issue