mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Renamings and adjustments of developer flag
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BlackCore
|
||||
this->setObjectName("CContextSimulator");
|
||||
CContextSimulator::registerHelp();
|
||||
|
||||
m_enableMatchingMessages = sApp->isRunningInDeveloperEnvironment();
|
||||
m_enableMatchingMessages = sApp->isDeveloperFlagSet();
|
||||
m_plugins->collectPlugins();
|
||||
this->restoreSimulatorPlugins();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user