wip
This commit is contained in:
@@ -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;});
|
||||||
|
|||||||
Reference in New Issue
Block a user