mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Remove persistent recording display (for debug).
This commit is contained in:
parent
a29d1816c9
commit
445b6e0f90
1 changed files with 0 additions and 1 deletions
|
@ -1035,7 +1035,6 @@ void Panel::updateWideControlsVisibility() {
|
|||
void Panel::subscribeToChanges(not_null<Data::GroupCall*> real) {
|
||||
const auto livestream = real->peer()->isBroadcast();
|
||||
const auto validateRecordingMark = [=](bool recording) {
|
||||
recording = true; AssertIsDebug();
|
||||
if (!recording && _recordingMark) {
|
||||
_recordingMark.destroy();
|
||||
} else if (recording && !_recordingMark) {
|
||||
|
|
Loading…
Add table
Reference in a new issue