mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T650, also remember SB offset setting
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackSimPlugin
|
||||
const bool localSim = fsxOrP3D;
|
||||
if (fsxOrP3D)
|
||||
{
|
||||
ui->cb_TraceSimConnectCalls->setChecked(fsxOrP3D->isTracingSendId());
|
||||
ui->cb_TraceSimConnectCalls->setChecked(fsxOrP3D->isTraceSendId());
|
||||
ui->cb_EnableTerrainProbe->setChecked(fsxOrP3D->isUsingFsxTerrainProbe());
|
||||
ui->cb_SBOffsets->setChecked(fsxOrP3D->isUsingSbOffsetValues());
|
||||
ui->cb_UseFsuipc->setChecked(fsxOrP3D->isFsuipcOpened());
|
||||
|
||||
Reference in New Issue
Block a user