Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Mar 6, 2023
1 parent c356929 commit 7648640
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ private void loadKeyboardShortcuts(){
}

if (mouse_aim > -1) {
String mouseAimShortcutKey = String.valueOf(Utils.alphabet.charAt(switch_profile));
binding.switchProfile.setText(mouseAimShortcutKey);
String mouseAimShortcutKey = String.valueOf(Utils.alphabet.charAt(mouse_aim));
binding.mouseAimKey.setText(mouseAimShortcutKey);
}

loadModifierKeys();
Expand Down

0 comments on commit 7648640

Please sign in to comment.