Fix 6d layout

This commit is contained in:
gac-S_Changer
2020-08-14 14:53:07 +02:00
parent 9c1007ccc2
commit eef0fb7645
3 changed files with 109 additions and 42 deletions

View File

@@ -58,7 +58,7 @@ public class MainPanel extends Panel {
x06da
}
public static final BasePlateLayout BASE_PLATE_LAYOUT = App.hasArgument("sf") ? BasePlateLayout.sf :
( App.hasArgument("x06da") ? BasePlateLayout.x06da : BasePlateLayout.normal);
( App.hasArgument("6d") ? BasePlateLayout.x06da : BasePlateLayout.normal);
public MainPanel() {
initComponents();