EXT-7498 WIP Hide share to web button until the code behind it is complete.
parent
ea7047579d
commit
0e5347432c
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
name="share_to_web"
|
||||
top_delta="0"
|
||||
left="10"
|
||||
visible="false"
|
||||
width="130"/>
|
||||
<button
|
||||
label="Save to My Inventory"
|
||||
|
|
|
|||
Loading…
Reference in New Issue