mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Minor UI fix (renaming)
This commit is contained in:
@@ -571,10 +571,11 @@ namespace BlackGui
|
||||
|
||||
if (this->hasWebDataServices())
|
||||
{
|
||||
a = menu.addAction("Services log");
|
||||
a = menu.addAction("Services log.(console)");
|
||||
c = connect(a, &QAction::triggered, this, [a, this]()
|
||||
{
|
||||
this->displayTextInConsole(this->getWebDataServices()->getReadersLog());
|
||||
CLogMessage(this).info("Displayed services log.");
|
||||
});
|
||||
Q_ASSERT_X(c, Q_FUNC_INFO, "Connect failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user