Skip to content

Commit 2f0cef6

Browse files
committed
remove the word "Page" because it makes the menu too wide
1 parent c9cb964 commit 2f0cef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub fn draw_custom_menu(marker: MainThreadMarker, draw: &hud::Draw) {
170170
draw_white_ln(
171171
&mut multi_line,
172172
format!(
173-
"{} (Page {}/{})\0",
173+
"{} ({}/{})\0",
174174
curr_menu_display.custom_menu.label,
175175
curr_menu_display.page + 1,
176176
(curr_menu_display.custom_menu.items.len() + PAGE_SIZE - 1) / PAGE_SIZE

0 commit comments

Comments
 (0)