From c00edf9e5e082637542f0c79cdbee7a4fe08fbed Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 21 Oct 2021 10:32:10 +0200 Subject: vsession icon: Match agains OS display name too --- src/vsession.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index e571805..af01230 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -47,6 +47,10 @@ class VSession : public Session { return getAttribute(QStringLiteral("os")); } + QString osDisplayName() const { + return getAttribute(QStringLiteral("os_name")); + } + QString uuid() const { return getAttribute(QStringLiteral("uuid")); } -- cgit v1.2.3-55-g7522