backends/wayland: Offer the connector name as the model
It's more useful than ""
This commit is contained in:
parent
3ea14d6e36
commit
9dbd0c4b36
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ WaylandOutput::WaylandOutput(const QString &name, Surface *surface, WaylandBacke
|
|||
{
|
||||
setInformation(Information{
|
||||
.name = name,
|
||||
.model = name,
|
||||
.capabilities = Capability::Dpms,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue