backends/wayland: Offer the connector name as the model

It's more useful than ""
This commit is contained in:
Aleix Pol 2022-06-22 01:54:19 +02:00
parent 3ea14d6e36
commit 9dbd0c4b36

View file

@ -32,6 +32,7 @@ WaylandOutput::WaylandOutput(const QString &name, Surface *surface, WaylandBacke
{
setInformation(Information{
.name = name,
.model = name,
.capabilities = Capability::Dpms,
});