mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -113,7 +113,7 @@ namespace BlackGui
|
||||
if (sGui->getIContextNetwork() && sGui->getIContextNetwork()->isConnected())
|
||||
{
|
||||
// Style changes freeze the GUI, must not be done in flight mode
|
||||
CLogMessage(this).validationError("Cannot change style while connected to network");
|
||||
CLogMessage(this).validationError(u"Cannot change style while connected to network");
|
||||
ui->cb_SettingsGuiWidgetStyle->setCurrentText(settings.getWidgetStyle());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user