mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 09:03:28 +02:00
Happening Now -> Featured
This commit is contained in:
parent
af9dc8acca
commit
c0e2b3a240
2 changed files with 2 additions and 1 deletions
|
@ -1046,6 +1046,7 @@ Rectangle {
|
|||
enabled: myData.userName !== "Unknown user" && !userInfoViewer.visible;
|
||||
hoverEnabled: true;
|
||||
onClicked: {
|
||||
// TODO: Change language from "Happening Now" to something else (or remove entirely)
|
||||
popupComboDialog("Set your availability:",
|
||||
availabilityComboBox.availabilityStrings,
|
||||
["Your username will be visible in everyone's 'Nearby' list. Anyone will be able to jump to your location from within the 'Nearby' list.",
|
||||
|
|
|
@ -320,7 +320,7 @@ StackView {
|
|||
width: parent.width;
|
||||
cardWidth: 312 + (2 * 4);
|
||||
cardHeight: 163 + (2 * 4);
|
||||
labelText: 'HAPPENING NOW';
|
||||
labelText: 'FEATURED';
|
||||
actions: 'announcement';
|
||||
filter: addressLine.text;
|
||||
goFunction: goCard;
|
||||
|
|
Loading…
Reference in a new issue