mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Renamings and adjustments of developer flag
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlackGui
|
||||
ui(new Ui::CAircraftPartsHistory)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->cb_PartsHistoryEnabled->setChecked(sApp && sApp->isRunningInDeveloperEnvironment()); // default
|
||||
ui->cb_PartsHistoryEnabled->setChecked(sApp && sApp->isDeveloperFlagSet()); // default
|
||||
|
||||
m_timerUpdateHistory.setInterval(2 * 1000);
|
||||
this->initGui();
|
||||
|
||||
Reference in New Issue
Block a user