2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Added ability to set custom mute time.

This commit is contained in:
23rd
2022-03-28 14:22:11 +03:00
committed by John Preston
parent 73b4a8b75a
commit d8ee50c6fe
9 changed files with 191 additions and 6 deletions

View File

@@ -379,7 +379,7 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupMuteToggle() {
MuteMenu::SetupMuteMenu(
result.data(),
result->clicks() | rpl::to_empty,
peer);
{ peer, std::make_shared<Window::Show>(_controller) });
object_ptr<FloatingIcon>(
result,
st::infoIconNotifications,