mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-04 15:06:03 +00:00
Fixed all the issues caused by merging
This commit is contained in:
@@ -80,6 +80,9 @@ public class GamepadConfigFrame extends JFrame {
|
||||
for (int i = 0; i < components.length; i++) {
|
||||
|
||||
Mapping mapping = config.get(components[i]);
|
||||
if (mapping == null) {
|
||||
mapping = config.new Mapping(components[i], false, false);
|
||||
}
|
||||
Box componentBox = createComponentBox(mapping);
|
||||
|
||||
mainPanel.add(componentBox);
|
||||
|
||||
Reference in New Issue
Block a user