From 7033ace59b8e45b1f39547143e5ad7652ea4b903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 6 Mar 2015 16:46:55 +0000 Subject: Steam: Support "big picture" mode as client type git-svn-id: http://svn.miranda-ng.org/main/trunk@12355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_contacts.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols') diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index 0bd0ddd959..4d8af27c19 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -203,6 +203,10 @@ void CSteamProto::UpdateContact(MCONTACT hContact, JSONNODE *data) // on mobile setTString(hContact, "MirVer", _T("Steam (mobile)")); break; + case 1024: + // big picture mode + setTString(hContact, "MirVer", _T("Steam (Big Picture)")); + break; default: // none/unknown (e.g. when contact is offline) delSetting(hContact, "MirVer"); -- cgit v1.2.3