mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 14:16:36 +02:00
back to non-fake data
This commit is contained in:
parent
56196c03a3
commit
e4f259e630
1 changed files with 2 additions and 2 deletions
|
@ -258,8 +258,8 @@ StackView {
|
|||
cardHeight: places.cardHeight * happeningNow.cardScale;
|
||||
metaverseServerUrl: addressBarDialog.metaverseServerUrl;
|
||||
labelText: 'Happening Now';
|
||||
actions: 'concurrency,snapshot'; // uncomment this line instead of next to produce fake announcement data for testing.
|
||||
//actions: 'announcement';
|
||||
//actions: 'concurrency,snapshot'; // uncomment this line instead of next to produce fake announcement data for testing.
|
||||
actions: 'announcement';
|
||||
filter: addressLine.text;
|
||||
goFunction: goCard;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue