Skip to content

Commit

Permalink
Version 5.1.1: Fix misspelled attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 1, 2024
1 parent 51b8662 commit a7bffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/history/history_widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class HistoryWidget final
void sendWithModifiers(Qt::KeyboardModifiers modifiers);
void sendScheduled(Api::SendOptions initialOptions);
[[nodiscard]] SendMenu::Details sendButtonMenuDetails() const;
[[nodiscsard]] SendMenu::Details sendButtonDefaultDetails() const;
[[nodiscard]] SendMenu::Details sendButtonDefaultDetails() const;
void handlePendingHistoryUpdate();
void fullInfoUpdated();
void toggleTabbedSelectorMode();
Expand Down

0 comments on commit a7bffe7

Please sign in to comment.