This commit is contained in:
John Preston 2015-08-02 20:40:58 +03:00
commit 85d0c42d73
1 changed files with 5 additions and 1 deletions

View File

@ -190,7 +190,11 @@ void PhotoSendBox::hideAll() {
void PhotoSendBox::showAll() {
_sendButton.show();
_cancelButton.show();
_compressed.show();
if (_img && _img->type == ToPreparePhoto) {
_compressed.show();
} else {
_compressed.hide();
}
}
void PhotoSendBox::onSend(bool ctrlShiftEnter) {