mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refactor(ui): Remove rendering setup button
This commit is contained in:
@@ -317,9 +317,6 @@ void SwiftGuiStd::initGuiSignals()
|
||||
// interpolation and validation
|
||||
connect(ui->comp_MainInfoArea->getMappingComponent(), &CMappingComponent::requestValidationDialog, this,
|
||||
&SwiftGuiStd::displayValidationDialog);
|
||||
connect(ui->comp_MainInfoArea->getInterpolationComponent(),
|
||||
&CInterpolationComponent::requestRenderingRestrictionsWidget,
|
||||
[=] { this->setSettingsPage(CSettingsComponent::SettingTabSimulator); });
|
||||
|
||||
// on top
|
||||
connect(sGui, &CGuiApplication::alwaysOnTop, this, &SwiftGuiStd::onToggledWindowsOnTop, Qt::QueuedConnection);
|
||||
|
||||
Reference in New Issue
Block a user