wip
This commit is contained in:
@@ -77,7 +77,7 @@ OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||
} else {
|
||||
this->closeSettings();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
FrogPilotControlsPanel *frogpilotControls = new FrogPilotControlsPanel(this);
|
||||
QObject::connect(frogpilotControls, &FrogPilotControlsPanel::closeParentToggle, this, [this]() {frogPilotTogglesOpen = false;});
|
||||
|
||||
Reference in New Issue
Block a user