diff --git a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp index 04056574cb..a7b32fdcdf 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -947,6 +947,7 @@ void TopBarWidget::refreshInfoButton() { st::topBarInfoButton, infoPeer->userpicShape()); info->showSavedMessagesOnSelf(true); + info->showMyNotesOnSelf(true); _info.destroy(); _info = std::move(info); }