Add 'Snapshot' text. My very first commit!

This commit is contained in:
Zach Fox 2016-11-01 14:09:25 -07:00
parent 3625f329d9
commit c4b59eafbb

View file

@ -113,8 +113,8 @@ Rectangle {
}
FiraSansRegular {
id: users;
visible: action === 'concurrency';
text: onlineUsers;
visible: true;
text: ((action === 'concurrency') ? (onlineUsers) : ('Snapshot'));
size: textSize;
color: hifi.colors.white;
anchors {