2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Add green outline to speaking video tiles.

This commit is contained in:
John Preston
2021-05-28 21:05:28 +04:00
parent b906b2f625
commit ddf81c949b
5 changed files with 74 additions and 42 deletions

View File

@@ -105,7 +105,7 @@ public:
std::optional<Participant> now;
};
static constexpr auto kSoundStatusKeptFor = crl::time(350);
static constexpr auto kSoundStatusKeptFor = crl::time(1350);
[[nodiscard]] auto participants() const
-> const std::vector<Participant> &;