Skip to content

Commit

Permalink
fixed hint for #365
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 8, 2024
1 parent 1d6e431 commit ab99a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/settings/panes/input.pane.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static lv_obj_t *create_obj(lv_fragment_t *self, lv_obj_t *container) {
"than what Moonlight is configured to use."), false);

pref_checkbox(view, locstr("Virtual mouse"), &app_configuration->virtual_mouse, false);
pref_desc_label(view, locstr("Press LB + RT to move mouse cursor with sticks. "
pref_desc_label(view, locstr("Press LB + RS to move mouse cursor with sticks. "
"LT/RT for left/right mouse buttons."), false);

pref_checkbox(view, locstr("Swap ABXY buttons"), &app_configuration->swap_abxy, false);
Expand Down

0 comments on commit ab99a51

Please sign in to comment.