From 1b58a68ecb4da412dc084627f4b561db86f976bb Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sun, 11 Sep 2022 06:27:46 +0300 Subject: [PATCH] [Defaults] Pin without sound by default --- Telegram/SourceFiles/boxes/pin_messages_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/pin_messages_box.cpp b/Telegram/SourceFiles/boxes/pin_messages_box.cpp index a2fdf4cbd..3ee585d1b 100644 --- a/Telegram/SourceFiles/boxes/pin_messages_box.cpp +++ b/Telegram/SourceFiles/boxes/pin_messages_box.cpp @@ -68,7 +68,7 @@ void PinMessageBox( auto object = object_ptr( box, tr::lng_pinned_notify(tr::now), - true, + false, st::urlAuthCheckbox); object->setAllowTextLines(); state->notify = Ui::MakeWeak(object.data());