mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 16:51:25 -04:00
Updated versions to v0.4.11c
Disabled 'play' button. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00a0fdfbbf
commit
b9236dc91e
3 changed files with 7 additions and 2 deletions
|
@ -282,6 +282,11 @@ void SubFileItem::updateItemStatic()
|
|||
break;
|
||||
}
|
||||
|
||||
/* TMP Disable of Play Button - until media player
|
||||
* issues are sorted.
|
||||
*/
|
||||
|
||||
playButton->setEnabled(false);
|
||||
saveButton->hide();
|
||||
|
||||
switch(mType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue