diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-17 14:54:09 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-17 14:54:09 +0800 |
commit | b1c0b309421b76c1e39bff76439e9c0d6391d7ad (patch) | |
tree | 741823ac155f280ab230328542e895fcad7c6ef1 /indra/newview/llavatarlist.h | |
parent | d15ebf5623fe15677a59a66029e9cfd00edc2942 (diff) |
Show avatar distance only on nearby list
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r-- | indra/newview/llavatarlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h index ac92c97660..5593985fff 100644 --- a/indra/newview/llavatarlist.h +++ b/indra/newview/llavatarlist.h @@ -50,6 +50,7 @@ public: struct Params : public LLInitParam::Block<Params, LLFlatListViewEx::Params> { Optional<bool> ignore_online_status, // show all items as online + show_avatar_distance, show_last_interaction_time, // show most recent interaction time. *HACK: move this to a derived class show_info_btn, show_profile_btn, |