client: Make advertise instances default to discoverable

The more common case is that advertisements are discoverable not the
other way around.
This commit is contained in:
Luiz Augusto von Dentz 2020-04-06 17:24:08 -07:00
parent 31003c95d8
commit 397cbeb864

View File

@ -80,6 +80,7 @@ static struct ad {
bool appearance;
} ad = {
.local_appearance = UINT16_MAX,
.discoverable = true,
};
static void ad_release(DBusConnection *conn)