Skip to content

Commit

Permalink
fix button [Update message_list.c] (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenikus8 authored Feb 2, 2025
1 parent 218f66b commit bbb7443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/message_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static generic_button generic_buttons_messages[] = {
};

static generic_button generic_button_messages_type[] = {
{ 20, 82, 372, 20, button_cycle_message_type, button_cycle_message_type }
{ 20, 77, 372, 20, button_cycle_message_type, button_cycle_message_type }
};

static generic_button generic_button_delete_read[] = {
Expand Down

0 comments on commit bbb7443

Please sign in to comment.