mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed appearing of transcribe button on various messages with video.
This commit is contained in:
@@ -1752,7 +1752,7 @@ bool Gif::needCornerStatusDisplay() const {
|
||||
}
|
||||
|
||||
void Gif::ensureTranscribeButton() const {
|
||||
if (_data->session().premium()) {
|
||||
if (_data->isVideoMessage() && _data->session().premium()) {
|
||||
if (!_transcribe) {
|
||||
_transcribe = std::make_unique<TranscribeButton>(
|
||||
_realParent,
|
||||
|
||||
Reference in New Issue
Block a user