client: Use AutoConnect as property name

This commit is contained in:
Denis Kenzior 2019-10-24 12:50:21 -05:00
parent c49893c827
commit 8dbbbaf631
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ static const struct proxy_interface_property known_network_properties[] = {
{ "Type", "s", update_type },
{ "LastConnectedTime", "s", update_last_connected },
{ "Hidden", "b", update_hidden, get_hidden_tostr },
{ "Autoconnect", "b", update_autoconnect, get_autoconnect_tostr,
{ "AutoConnect", "b", update_autoconnect, get_autoconnect_tostr,
true, properties_builder_append_yes_no_variant,
properties_yes_no_opts },
{ },