mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T171, emulated driver formatting
This commit is contained in:
@@ -282,8 +282,8 @@ namespace BlackSimPlugin
|
||||
{
|
||||
if (m_monitorWidget && parser.isKnownCommand())
|
||||
{
|
||||
if (parser.matchesPart(1, "show")) { this->m_monitorWidget->show(); return true; }
|
||||
if (parser.matchesPart(1, "hide")) { this->m_monitorWidget->hide(); return true; }
|
||||
if (parser.matchesPart(1, "show")) { m_monitorWidget->show(); return true; }
|
||||
if (parser.matchesPart(1, "hide")) { m_monitorWidget->hide(); return true; }
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user