mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-04 06:56:27 +00:00
renamed gamepad config page, No longer shit bricks if the gamepad disconnects while trying to map. Now rescans for gamepads
This commit is contained in:
@@ -125,7 +125,7 @@ public class MainFrame {
|
||||
gamepadSettings.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
new SettingsFrame().build();
|
||||
new GamepadConfigFrame().build();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user