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());