Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jan 11, 2025
1 parent 0e62b80 commit b10320c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/mpo/dayon/common/gui/common/BaseFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ public void actionPerformed(ActionEvent ev) {
return showSystemInfo;
}

protected Action createAssistedConnectionSettingsAction() {
return createConnectionSettingsAction();
}

protected Action createConnectionSettingsAction() {
final Action conf = new AbstractAction() {
@Override
Expand Down

0 comments on commit b10320c

Please sign in to comment.