mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 4.8.5: Fix build.
This commit is contained in:
parent
e034f5e304
commit
e646205bca
1 changed files with 1 additions and 1 deletions
|
@ -2970,7 +2970,7 @@ bool ComposeControls::isRecordingPressed() const {
|
||||||
&& _send->isDown()));
|
&& _send->isDown()));
|
||||||
}
|
}
|
||||||
|
|
||||||
rpl::producer<bool> ComposeControls::recordingValue() const {
|
rpl::producer<bool> ComposeControls::recordingActiveValue() const {
|
||||||
return _voiceRecordBar->shownValue();
|
return _voiceRecordBar->shownValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue