mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Fix typo
This commit is contained in:
committed by
Mathew Sutcliffe
parent
372e92072c
commit
3addb44efd
@@ -266,7 +266,7 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FSD setup, then override
|
// FSD setup, then override
|
||||||
if (ui->comp_FsdDetails->isFsdSetuoEnabled())
|
if (ui->comp_FsdDetails->isFsdSetupEnabled())
|
||||||
{
|
{
|
||||||
const CFsdSetup fsd = ui->comp_FsdDetails->getValue();
|
const CFsdSetup fsd = ui->comp_FsdDetails->getValue();
|
||||||
currentServer.setFsdSetup(fsd);
|
currentServer.setFsdSetup(fsd);
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ namespace BlackGui
|
|||||||
ui->cb_FastPositionSend->setChecked(d & CFsdSetup::SendIterimPositions);
|
ui->cb_FastPositionSend->setChecked(d & CFsdSetup::SendIterimPositions);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CFsdSetupForm::isFsdSetuoEnabled() const
|
bool CFsdSetupForm::isFsdSetupEnabled() const
|
||||||
{
|
{
|
||||||
return ui->cb_Enabled->isChecked();
|
return ui->cb_Enabled->isChecked();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ namespace BlackGui
|
|||||||
void setValue(const BlackMisc::Network::CFsdSetup &setup);
|
void setValue(const BlackMisc::Network::CFsdSetup &setup);
|
||||||
|
|
||||||
//! Enabled?
|
//! Enabled?
|
||||||
bool isFsdSetuoEnabled() const;
|
bool isFsdSetupEnabled() const;
|
||||||
|
|
||||||
//! Set enabled / disabled
|
//! Set enabled / disabled
|
||||||
void setFsdSetupEnabled(bool enabled);
|
void setFsdSetupEnabled(bool enabled);
|
||||||
|
|||||||
Reference in New Issue
Block a user