diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-09-12 15:54:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 15:54:21 +0300 |
| commit | cf3352e6f24630948c38db52b749a103e4d08d77 (patch) | |
| tree | 6ab40851a4e2bd009facc90f877436d669244f97 /indra/newview/llinventorygallerymenu.h | |
| parent | 452c8e0ea40da1de684c80b84ffa9ec712f72ed2 (diff) | |
#3957 Add indication to a folder's context menu that it is the default upload location
Diffstat (limited to 'indra/newview/llinventorygallerymenu.h')
| -rw-r--r-- | indra/newview/llinventorygallerymenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallerymenu.h b/indra/newview/llinventorygallerymenu.h index 7c3545432b..e90c7a19d2 100644 --- a/indra/newview/llinventorygallerymenu.h +++ b/indra/newview/llinventorygallerymenu.h @@ -47,6 +47,7 @@ protected: void updateMenuItemsVisibility(LLContextMenu* menu); void fileUploadLocation(const LLSD& userdata); + bool isUploadLocationSelected(const LLSD& userdata); bool canSetUploadLocation(const LLSD& userdata); static void onRename(const LLSD& notification, const LLSD& response); |
