summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_contacts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_contacts.cpp')
-rw-r--r--protocols/Steam/src/steam_contacts.cpp4
1 files changed, 4 insertions, 0 deletions
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");