mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Per default enable matching log
This commit is contained in:
@@ -56,8 +56,11 @@ namespace BlackGui
|
||||
bool c = sGui->getIContextNetwork()->isReverseLookupMessagesEnabled();
|
||||
ui->cb_LogReverseLookup->setChecked(c);
|
||||
|
||||
c = sGui->getIContextSimulator()->isMatchingMessagesEnabled();
|
||||
ui->cb_LogMatchingMessages->setChecked(c);
|
||||
if (sGui)
|
||||
{
|
||||
c = sGui->getIContextSimulator()->isMatchingMessagesEnabled();
|
||||
ui->cb_LogMatchingMessages->setChecked(c);
|
||||
}
|
||||
}
|
||||
|
||||
bool CModelMatcherLogComponent::hasContexts() const
|
||||
|
||||
Reference in New Issue
Block a user