mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Remove persistent recording display (for debug).
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user