EXT-7498 WIP Hide share to web button until the code behind it is complete.

master
Aimee Linden 2010-05-28 22:42:19 +01:00
parent ea7047579d
commit 0e5347432c
2 changed files with 2 additions and 1 deletions

View File

@ -2196,7 +2196,7 @@ bool LLFloaterSnapshot::updateButtons(ESnapshotMode mode)
childSetVisible("save", mode == SNAPSHOT_MAIN);
childSetVisible("set_profile_pic", mode == SNAPSHOT_MAIN);
childSetVisible("share_to_web", mode == SNAPSHOT_SHARE);
// childSetVisible("share_to_web", mode == SNAPSHOT_SHARE);
childSetVisible("share_to_email", mode == SNAPSHOT_SHARE);
childSetVisible("save_to_inventory", mode == SNAPSHOT_SAVE);

View File

@ -62,6 +62,7 @@
name="share_to_web"
top_delta="0"
left="10"
visible="false"
width="130"/>
<button
label="Save to My Inventory"