From 15ee46dab4a757ee12bff3fa89dcd8a53b448ac4 Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Wed, 1 Nov 2023 15:07:16 +0300 Subject: [PATCH] fix: pin without sound by default https://github.com/kotatogram/kotatogram-desktop/commit/faee00a9aa0c2ef815b5567fc699a1b3f41745aa --- 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 163e9dedc..cb51efb31 100644 --- a/Telegram/SourceFiles/boxes/pin_messages_box.cpp +++ b/Telegram/SourceFiles/boxes/pin_messages_box.cpp @@ -75,7 +75,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());