mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
Added download and play button to ChannelMsgItem, it hided by default.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b2fffe346
commit
f0fb3db541
2 changed files with 32 additions and 7 deletions
|
@ -53,6 +53,8 @@ ChanMsgItem::ChanMsgItem(FeedHolder *parent, uint32_t feedId, std::string chanId
|
|||
/* specific */
|
||||
connect( unsubscribeButton, SIGNAL( clicked( void ) ), this, SLOT( unsubscribeChannel ( void ) ) );
|
||||
|
||||
downloadButton->hide();
|
||||
playButton->hide();
|
||||
|
||||
small();
|
||||
updateItemStatic();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue