This commit is contained in:
concordia
2024-03-01 23:10:14 -06:00
parent 532f551963
commit d4e73ccb3a

View File

@@ -77,7 +77,7 @@ OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
} else { } else {
this->closeSettings(); this->closeSettings();
} }
}); });
FrogPilotControlsPanel *frogpilotControls = new FrogPilotControlsPanel(this); FrogPilotControlsPanel *frogpilotControls = new FrogPilotControlsPanel(this);
QObject::connect(frogpilotControls, &FrogPilotControlsPanel::closeParentToggle, this, [this]() {frogPilotTogglesOpen = false;}); QObject::connect(frogpilotControls, &FrogPilotControlsPanel::closeParentToggle, this, [this]() {frogPilotTogglesOpen = false;});