mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Version 4.8.5: Fix build.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user