mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Removed trial transcribe button from long voice messages.
This commit is contained in:
@@ -422,7 +422,9 @@ QSize Document::countOptimalSize() {
|
||||
|| _realParent->isScheduled()
|
||||
|| (!session->premium()
|
||||
&& !transcribes->freeFor(_realParent)
|
||||
&& !transcribes->trialsSupport())) {
|
||||
&& !transcribes->trialsSupport())
|
||||
|| (!session->premium()
|
||||
&& _data->duration() > transcribes->trialsMaxLengthMs())) {
|
||||
voice->transcribe = nullptr;
|
||||
voice->transcribeText = {};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user