mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add 'Snapshot' text. My very first commit!
This commit is contained in:
parent
3625f329d9
commit
c4b59eafbb
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue