mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Renamings and adjustments of developer flag
This commit is contained in:
@@ -26,7 +26,7 @@ namespace BlackGui
|
||||
ui(new Ui::CDbDebugDatabaseSetup)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
const bool enabled = sGui->isRunningInDeveloperEnvironment();
|
||||
const bool enabled = sGui->isDeveloperFlagSet();
|
||||
this->setEnabled(enabled);
|
||||
if (!enabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user