Skip to content

Commit

Permalink
Fix #514
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Nov 7, 2023
1 parent da1d858 commit 0188b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deluge/gui/menu_item/menu_item.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MenuItem {
///
/// The returned pointer must live long enough for us to draw the title, which for practical purposes means "the
/// lifetime of this menu item"
[[nodiscard]] virtual std::string_view getTitle() const { return deluge::l10n::getView(name); }
[[nodiscard]] virtual std::string_view getTitle() const { return deluge::l10n::getView(title); }

virtual void renderOLED();
virtual void drawPixelsForOled() {}
Expand Down

0 comments on commit 0188b9d

Please sign in to comment.