Skip to content

Commit

Permalink
Update menu.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hius07 authored Oct 3, 2024
1 parent 6b818eb commit a3aca64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/ui/widget/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ function Menu:updatePageInfo(select_number)
-- we use FOCUS_ONLY_ON_NT as we don't want to see the initial underline on Touch devices.
self:moveFocusTo(x, y, is_focused and FocusManager.FORCED_FOCUS or FocusManager.FOCUS_ONLY_ON_NT)
end
-- update page information
self.page_info_text:setText(T(_("Page %1 of %2"), self.page, self.page_num))
if self.page_num > 1 then
self.page_info_text:enable()
Expand Down

0 comments on commit a3aca64

Please sign in to comment.